6 lines
97 B
Kotlin
Vendored
6 lines
97 B
Kotlin
Vendored
// IS_APPLICABLE: false
|
|
// DISABLE-ERRORS
|
|
fun new(x: Int, y: Int): Int {
|
|
return y <caret>-
|
|
}
|