bb808b5620
Moved tests for completion and their test data into module idea-completion
9 lines
105 B
Kotlin
Vendored
9 lines
105 B
Kotlin
Vendored
var fooBar1 = ""
|
|
var fooBar2 = ""
|
|
|
|
fun f(s: String){
|
|
if (fooBar1 == <caret>)
|
|
}
|
|
|
|
// ORDER: fooBar2, s
|