2476393754
before nor corresponds to the last parameter after the refactoring #KT-9763 Fixed
5 lines
112 B
Kotlin
Vendored
5 lines
112 B
Kotlin
Vendored
fun <caret>foo(p1: Int, p2: Int, filter: (Int) -> Boolean, p3: Int = 0){}
|
|
|
|
fun bar() {
|
|
foo(1, 2, { true })
|
|
} |