4 lines
38 B
Plaintext
Vendored
4 lines
38 B
Plaintext
Vendored
fun foo(a: Int) {
|
|
a.unaryPlus()
|
|
}
|