mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-21 12:14:37 +07:00
IDEA-117332 Change signature refactoring should warn about @Contract conflict
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class A {
|
||||
@org.jetbrains.annotations.Contract("null,_->fail")
|
||||
public int method<caret>(Object i, Object j) {
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user