blob: d2f4377953878c1a703c693f7daa9f8f054ae934 [file] [log] [blame]
fun foo(a: Int, s: String): Int {
return (<selection>a + 1</selection>) * a
}
fun test() {
foo(1, "2")
}