4 lines
48 B
Plaintext
Vendored
4 lines
48 B
Plaintext
Vendored
fun foo(x: Int) {
|
|
(x.shl(1)).unaryMinus()
|
|
}
|