diff --git a/compiler/testData/diagnostics/tests/collectionLiterals/noArrayLiteralsInAnnotationsFeature.kt b/compiler/testData/diagnostics/tests/collectionLiterals/noArrayLiteralsInAnnotationsFeature.kt index a6c56700e82..b56cb4d1956 100644 --- a/compiler/testData/diagnostics/tests/collectionLiterals/noArrayLiteralsInAnnotationsFeature.kt +++ b/compiler/testData/diagnostics/tests/collectionLiterals/noArrayLiteralsInAnnotationsFeature.kt @@ -1,3 +1,4 @@ +// !LANGUAGE: -ArrayLiteralsInAnnotations annotation class Foo( val a: IntArray = [], val b: FloatArray = [1f, 2f],