mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-11 15:53:46 +00:00
11 lines
147 B
Kotlin
Vendored
11 lines
147 B
Kotlin
Vendored
// "Create function 'foo'" "false"
|
|
// ACTION: Rename reference
|
|
// ERROR: Unresolved reference: foo
|
|
|
|
package p
|
|
|
|
import p.<caret>foo
|
|
|
|
fun test() {
|
|
|
|
} |