[FIR] Add ANONYMOUS_INITIALIZER_IN_INTERFACE diagnostic

This commit is contained in:
Andrey Zinovyev
2021-07-16 17:48:19 +03:00
committed by teamcityserver
parent 304d01127f
commit 4a37de51bb
11 changed files with 57 additions and 28 deletions
@@ -4,8 +4,8 @@ class A {
}
interface T {
@ann init {}
@aaa init {}
@ann <!ANONYMOUS_INITIALIZER_IN_INTERFACE!>init<!> {}
@aaa <!ANONYMOUS_INITIALIZER_IN_INTERFACE!>init<!> {}
}
annotation class ann