// A subset that can have local variables class TestB { public static void main(String [] args) { int a; int b; Foo c; // Foo is undefined, but the parser does not care } }