4 lines
42 B
Plaintext
Vendored
4 lines
42 B
Plaintext
Vendored
fun foo(x: Int) {
|
|
x compareTo 1 + 2
|
|
}
|