mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-12 08:31:28 +00:00
6 lines
102 B
Kotlin
6 lines
102 B
Kotlin
// "Create annotation 'foo'" "true"
|
|
// ERROR: Unresolved reference: foo
|
|
|
|
J.foo(1, "2") fun test() {
|
|
|
|
} |