blob: c3d32fc359adbafff528d6139e6338cbbba615a8 [file] [log] [blame]
// MOVE: right
fun foo() {
bar(b = 2, <caret>a = 1)
}