bb808b5620
Moved tests for completion and their test data into module idea-completion
7 lines
81 B
Kotlin
Vendored
7 lines
81 B
Kotlin
Vendored
fun foo(param: String) {
|
|
val s = "$<caret>"
|
|
}
|
|
|
|
// EXIST: foo
|
|
// EXIST: param
|