blob: 8e76a051b141e71a51f2138932e47f2f2445e534 [file] [log] [blame]
fun a(x: Int) {
val t = if (x > 0) <selection>x + x</selection> - 1 else x * x + 1
}