bb808b5620
Moved tests for completion and their test data into module idea-completion
8 lines
106 B
Kotlin
Vendored
8 lines
106 B
Kotlin
Vendored
var fooBar = ""
|
|
|
|
fun f(s: String, bars: List<String>){
|
|
if (bars[0] == <caret>)
|
|
}
|
|
|
|
// ORDER: fooBar, s
|