FIR IDE: test resolution of various annotation values
This commit is contained in:
committed by
Ilya Kirillov
parent
150f066254
commit
744961bd00
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
annotation class Annotation(vararg val strings: String)
|
||||
|
||||
annotation class AnnotationInner(val value: Annotation)
|
||||
|
||||
@AnnotationInner(<expr>Annotation(strings = arrayOf("v1", "v2"))</expr>)
|
||||
class C
|
||||
Reference in New Issue
Block a user