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(p2: Int, p1: Int, filter: (Int) -> Boolean, p3: Int = 0){}
|
|
|
|
fun bar() {
|
|
foo(2, 1, { true })
|
|
} |