b5dd2cc540
Also changed policy for sorting of smart completion items in basic completion #KT-16800 Fixed #KT-12002 Fixed
11 lines
155 B
Kotlin
Vendored
11 lines
155 B
Kotlin
Vendored
fun foo(p: String.(Int) -> Unit){}
|
|
|
|
fun bar() {
|
|
foo(<caret>)
|
|
}
|
|
|
|
// WITH_ORDER
|
|
// EXIST: "{...}"
|
|
// EXIST: "{ i -> ... }"
|
|
// EXIST: "{ i: Int -> ... }"
|