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