mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-17 20:11:25 +07:00
detect generated method name: allow annotations with parameters (IDEA-167480)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class Test {
|
||||
@NotNull
|
||||
@NotNull()
|
||||
public String toString() {
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user