Skip to content

Commit e6ea668

Browse files
committed
Explicitly disable ArrayLiteralsInAnnotations feature in test which validates it's unsupported
1 parent bea3903 commit e6ea668

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/testData/diagnostics/tests/collectionLiterals/noArrayLiteralsInAnnotationsFeature.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// !LANGUAGE: -ArrayLiteralsInAnnotations
12
annotation class Foo(
23
val a: IntArray = <!UNSUPPORTED_FEATURE!>[]<!>,
34
val b: FloatArray = <!UNSUPPORTED_FEATURE!>[1f, 2f]<!>,

0 commit comments

Comments
 (0)