02180e8685
^KT-57777 Fixed ^KT-57818 Fixed
5 lines
159 B
Kotlin
Vendored
5 lines
159 B
Kotlin
Vendored
val test1 : (String) -> String = { it }
|
|
val test2 : Any.(Any) -> Any = { it.hashCode() }
|
|
val test3 = { i: Int, j: Int -> }
|
|
val test4 = fun (i: Int, j: Int) {}
|