mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-23 07:50:55 +07:00
7 lines
141 B
Java
7 lines
141 B
Java
class A {
|
|
@org.jetbrains.annotations.Contract("null,_->fail")
|
|
public int method<caret>(Object i, Object j) {
|
|
return 0;
|
|
}
|
|
}
|