6 lines
80 B
Plaintext
Vendored
6 lines
80 B
Plaintext
Vendored
infix fun Int.compareTo(other: Int) = 0
|
|
|
|
fun foo(x: Int) {
|
|
x.compareTo(1)
|
|
}
|