21c2268f70
Many incorrect tests fixed
5 lines
122 B
Kotlin
Vendored
5 lines
122 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
|
|
fun foo(y: Int, z: Int) = y - z
|
|
|
|
val x = { second: Int, first: Int -> <caret>foo(first, second) } |