blob: c04acb0b6406e5104dc9a53af9f9e3273f0694f4 [file]
import test.Bar;
public class Foo {
public static void foo() {
Object o = Bar.SET;
}
}