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