bb808b5620
Moved tests for completion and their test data into module idea-completion
9 lines
124 B
Kotlin
Vendored
9 lines
124 B
Kotlin
Vendored
class Foo {
|
|
public fun f(s: String) {
|
|
g("", <caret>)
|
|
}
|
|
|
|
fun g(p1: String, p2: String) { }
|
|
}
|
|
|
|
// EXIST: s |