blob: 39f1ddf7f1a06f0e27fd04b226812a260d5525e9 [file] [log] [blame]
fun foo() {
(<caret>1
+ 2 -
3)*(-
4)
}
/*
1
1 + 2
1 + 2 - 3
(1 + 2 - 3) * (-4)
*/