Introduce language feature for array literals in annotations
This commit is contained in:
+2
@@ -1,3 +1,5 @@
|
||||
// !LANGUAGE: +ArrayLiteralsInAnnotations
|
||||
|
||||
annotation class Foo(val a: IntArray, val b: Array<String>, val c: FloatArray)
|
||||
|
||||
@Foo([1], ["/"], [1f])
|
||||
|
||||
Reference in New Issue
Block a user