bb808b5620
Moved tests for completion and their test data into module idea-completion
8 lines
95 B
Kotlin
Vendored
8 lines
95 B
Kotlin
Vendored
package p1
|
|
|
|
fun test(s: String, i: Int) {
|
|
p2.foo(<caret>)
|
|
|
|
fun foo(i: Int) = i
|
|
|
|
// EXIST: s |