mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 15:53:46 +00:00
6 lines
166 B
Kotlin
Vendored
6 lines
166 B
Kotlin
Vendored
// "Create annotation 'foo'" "false"
|
|
// ACTION: Create function 'foo'
|
|
// ACTION: Rename reference
|
|
// ERROR: Unresolved reference: foo
|
|
|
|
fun test() = <caret>foo(1, "2") |