blob: 52b3d4fa4e4b4621e85950ddda59b57e367dc653 [file] [log] [blame]
jeffhao5d1ac922011-09-29 17:41:15 -07001/*
2 * Unresolved class.
3 *
4 * "happy" version.
5 */
6
7public class UnresClass {
8 int foo;
9}