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