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