Explicitly disable ArrayLiteralsInAnnotations feature in test which validates it's unsupported
This commit is contained in:
Vendored
+1
@@ -1,3 +1,4 @@
|
||||
// !LANGUAGE: -ArrayLiteralsInAnnotations
|
||||
annotation class Foo(
|
||||
val a: IntArray = <!UNSUPPORTED_FEATURE!>[]<!>,
|
||||
val b: FloatArray = <!UNSUPPORTED_FEATURE!>[1f, 2f]<!>,
|
||||
|
||||
Reference in New Issue
Block a user