blob: 13e4f67e203ce275b7ade1f767c760896fe0cc11 [file] [log] [blame]
public class X {
void f(Object action) {
if (<spot>action instanceof Runnable</spot>)
}
}