IDEA-121215 (Java 1.8: "Interface may be annotated with @FunctionalInterface" inspection should not report @interfaces)

This commit is contained in:
Bas Leijdekkers
2014-02-26 21:01:13 +01:00
parent 4f97ffeef7
commit 7b58b81761
4 changed files with 11 additions and 3 deletions
@@ -0,0 +1,3 @@
<error descr="Test is not a functional interface">@FunctionalInterface</error>
@interface Test {
}