Files
kotlin-fork/idea/testData/intentions/removeArgumentName/arrayLiteral.kt.after
T

7 lines
137 B
Plaintext
Vendored

annotation class AnnWithArray(val value: Array<String>)
interface Result {
@AnnWithArray(<caret>["foo", "bar"])
val res1: Any
}