mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-18 15:54:05 +00:00
7 lines
68 B
Kotlin
Vendored
7 lines
68 B
Kotlin
Vendored
// MOVE: down
|
|
val x = foo(
|
|
b,
|
|
<caret>a,
|
|
c
|
|
)
|