blob: 7a1986864967097487a62ea5d649ee4f33a96295 [file] [log] [blame]
fun test(n: Int) {
val t = if (n > 0) <selection>n + 1</selection> else n
}