FIR: report WRONG_ANNOTATION_TARGET(_WITH_USE_SITE_TARGET) on declarations
This commit is contained in:
+1
-1
@@ -4,6 +4,6 @@ class A
|
||||
@Metadata(extraString = "_")
|
||||
annotation class B(val m: Metadata)
|
||||
|
||||
@Metadata(extraInt = 0)
|
||||
<!WRONG_ANNOTATION_TARGET!>@Metadata(extraInt = 0)<!>
|
||||
@B(Metadata())
|
||||
fun f() {}
|
||||
|
||||
Reference in New Issue
Block a user