bb808b5620
Moved tests for completion and their test data into module idea-completion
10 lines
125 B
Kotlin
Vendored
10 lines
125 B
Kotlin
Vendored
fun foo(a: Int, b: String) {}
|
|
|
|
fun bar(a: Int, b: String) {
|
|
fun local() {
|
|
foo(<caret>)
|
|
}
|
|
}
|
|
|
|
// EXIST: "a, b"
|