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