blob: 28e7eb72fc6de944ad436be39630eb05dea0b133 [file] [log] [blame]
class Foo extends A {
int method(int j, int i) {}
}
new A().method(2, 1);