bb808b5620
Moved tests for completion and their test data into module idea-completion
12 lines
121 B
Kotlin
Vendored
12 lines
121 B
Kotlin
Vendored
var fooBar = ""
|
|
|
|
class C {
|
|
var bar = ""
|
|
|
|
fun foo(s: String) {
|
|
bar = <caret>
|
|
}
|
|
}
|
|
|
|
// ORDER: fooBar, s
|