8 lines
92 B
Kotlin
Vendored
8 lines
92 B
Kotlin
Vendored
// MOVE: down
|
|
// IS_APPLICABLE: false
|
|
val x = foo(
|
|
b,
|
|
c,
|
|
<caret>a
|
|
)
|