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