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