Introduce -Xprogressive
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
val nonConstArray = longArrayOf(0)
|
||||
|
||||
annotation class Anno(vararg val value: Long)
|
||||
|
||||
@Anno(value = nonConstArray)
|
||||
fun foo1() {}
|
||||
Reference in New Issue
Block a user