5 lines
138 B
Kotlin
Vendored
5 lines
138 B
Kotlin
Vendored
// "Create annotation 'foo'" "false"
|
|
// ACTION: Create function 'foo'
|
|
// ERROR: Unresolved reference: foo
|
|
|
|
fun test() = <caret>foo(1, "2") |