2fd3af73eb
#KT-17222 Fixed #KT-24138 Fixed #KT-39532
7 lines
116 B
Kotlin
Vendored
7 lines
116 B
Kotlin
Vendored
fun test() {
|
|
foo1(<caret>::convert2)
|
|
}
|
|
|
|
fun foo1(convert: (Int) -> Unit) {}
|
|
|
|
fun convert2(i: Int, j: Int = 0) {} |