4 lines
49 B
Kotlin
4 lines
49 B
Kotlin
fun foo(x: Int) {
|
|
(<caret>x shl 1).minus()
|
|
}
|
fun foo(x: Int) {
|
|
(<caret>x shl 1).minus()
|
|
}
|