220141ab2b
(cherry picked from commit b620099)
5 lines
77 B
Kotlin
Vendored
5 lines
77 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
|
|
fun foo() = 42
|
|
|
|
val x = { arg: Int <caret>-> foo() } |