Introduce language feature for array literals in annotations
This commit is contained in:
+2
@@ -1,3 +1,5 @@
|
||||
// !LANGUAGE: +ArrayLiteralsInAnnotations
|
||||
|
||||
import kotlin.reflect.KClass
|
||||
|
||||
annotation class Foo(val a: Array<KClass<*>> = [])
|
||||
|
||||
Reference in New Issue
Block a user