blob: f3f573e9bde2f88d607da9b2619d101fc58eeb60 [file] [log] [blame]
class A {
@org.jetbrains.annotations.Contract("null,_->fail")
public int method<caret>(Object i, Object j) {
return 0;
}
}