[FIR] Add forgotten resolution of annotations on get class calls
This commit is contained in:
committed by
teamcity
parent
c16955ff3f
commit
fcc5b804a8
@@ -0,0 +1,5 @@
|
||||
annotation class Ann(val x: Long, val s: String)
|
||||
|
||||
fun test() {
|
||||
<!WRONG_ANNOTATION_TARGET!>@Ann(s = "hello", x = 1)<!> String::class
|
||||
}
|
||||
Reference in New Issue
Block a user