blob: 29fc33cc51099d228e90888b870ea6da421134d3 [file] [log] [blame]
public class Foo {
void m(int o) {
o.instanceof <caret>
}
}