bb808b5620
Moved tests for completion and their test data into module idea-completion
8 lines
129 B
Kotlin
Vendored
8 lines
129 B
Kotlin
Vendored
fun f(fooBar: String){}
|
|
|
|
fun g(b: Boolean, a: String, foo: String, bar: String) {
|
|
f(if (b) <caret>)
|
|
}
|
|
|
|
// ORDER: bar, foo, a
|