blob: 56c3c42f3bd9acd11e1056c6f9225bac729c6ea0 [file] [log] [blame]
class Client {
int method(A a) {
return a instanceof A;
}
}