1 /* 2 * Unresolved class. 3 * 4 * "happy" version. 5 */ 6 7 public class UnresClass { 8 int foo; 9 } 10