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