blob: 01c92bdd09edf4c6c82a49674f3b59f21d9e51d7 [file] [log] [blame]
fun foo(i: Int) { }
fun test() {
foo(<selection>1
+ 2</selection>)
}