4 lines
44 B
Plaintext
4 lines
44 B
Plaintext
fun foo(x: Int) {
|
|
(x plus 1).minus(2)
|
|
}
|
fun foo(x: Int) {
|
|
(x plus 1).minus(2)
|
|
}
|