mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 00:21:32 +00:00
12 lines
96 B
Plaintext
Vendored
12 lines
96 B
Plaintext
Vendored
// MOVE: up
|
|
|
|
fun foo(x: Boolean) {
|
|
if (x) {
|
|
|
|
}
|
|
else {
|
|
|
|
<caret>2 + 3
|
|
}
|
|
}
|