bb808b5620
Moved tests for completion and their test data into module idea-completion
12 lines
160 B
Kotlin
Vendored
12 lines
160 B
Kotlin
Vendored
fun hello(moParam : Int) : Int {
|
|
val more = 12
|
|
|
|
val test = object {
|
|
val sss = mo<caret>
|
|
}
|
|
|
|
return 12
|
|
}
|
|
|
|
// EXIST: more
|
|
// EXIST: moParam |