15 lines
214 B
Kotlin
Vendored
15 lines
214 B
Kotlin
Vendored
package ppp
|
|
|
|
import dependency.*
|
|
|
|
class C {
|
|
private fun xxx() {}
|
|
|
|
fun foo() {
|
|
xx<caret>
|
|
}
|
|
}
|
|
|
|
// EXIST: { lookupString: "xxx", itemText: "xxx", tailText: "()", typeText: "Unit" }
|
|
// NOTHING_ELSE
|