0fe5694cb7
#KT-36321 fixed
7 lines
133 B
Kotlin
Vendored
7 lines
133 B
Kotlin
Vendored
// "Create function 'bar'" "true"
|
|
// ERROR: Unresolved reference: bar
|
|
|
|
fun foo(foo: Foo) {
|
|
val s = foo.eval()
|
|
<caret>bar(s)
|
|
} |