detect generated method name: allow annotations with parameters (IDEA-167480)

This commit is contained in:
Anna.Kozlova
2017-02-01 15:45:23 +01:00
parent e3352b820f
commit 9515470f1f
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
class Test {
@NotNull
@NotNull()
public String toString() {
return null;
}