Files
kotlin-fork/idea/testData/inspectionsLocal/replaceArrayOfWithLiteral/default.kt
T

3 lines
177 B
Kotlin
Vendored

// ERROR: The feature "array literals in annotations" is only available since language version 1.2
annotation class Some(val strings: Array<String> = <caret>arrayOf("default"))