blob: 2602d7ce7ff326310550d481ae44cf0e7ed23cfb [file] [log] [blame]
fun foo(i: Int) { }
fun test() {
foo(<selection>1
+ 2 - 3</selection>)
}