blob: b7979dd2dca75e90f280c3bf67d65ec8d478922b [file] [log] [blame]
public class Foo {
void m(Object o) {
o instanceof Integer ? ((Integer) o)<caret> : null;
}
}