6 lines
109 B
Kotlin
6 lines
109 B
Kotlin
// "Create annotation 'foo'" "true"
|
|
// ERROR: Unresolved reference: foo
|
|
|
|
J.<caret>foo(1, "2") fun test() {
|
|
|
|
} |