bb808b5620
Moved tests for completion and their test data into module idea-completion
8 lines
137 B
Kotlin
Vendored
8 lines
137 B
Kotlin
Vendored
val initGlobal = 12
|
|
|
|
fun test(initParam : Int) {
|
|
val initLocal = "Test"
|
|
init<caret>
|
|
}
|
|
|
|
// ORDER: initLocal, initParam, initGlobal |