blob: 3c929409cd9f392f80481458bd0604a4f4c7b3d4 [file] [log] [blame]
class AddStaticTest {
static main(){
System.out.println("");
}
void <caret>foo(){
System.out.println("");
}
}