blob: 61d87d2506958dfb53a2989d236e1b1742800edb [file] [log] [blame]
public class Foo {
void m(Object o) {
o instanceof <spot></spot> ? ((<spot></spot>) o) : null;
}
}