6 lines
128 B
Kotlin
6 lines
128 B
Kotlin
// "Create annotation 'bar'" "true"
|
|
// ERROR: Unresolved reference: foo
|
|
|
|
[foo(1, "2", <caret>bar(fooBar = "3"))] fun test() {
|
|
|
|
} |