blob: e0d404dc6fcebf7201c52af7c2d814098ab501f5 [file] [log] [blame]
public class Foo {
{
Bar.<caret>
}
}
class Bar {
public static void voidMethod() {}
public static boolean booleanMethod() {}
public static final boolean BOOLEAN = true;
public static final Object AN_OBJECT = "";
public static class Inner {}
}