blob: d9ac159674efbc7546b1bfa3ac85adb6ea1cdd88 [file] [log] [blame]
fun a() {
when (1) {
is 3 -> 1
is 4 -> <selection>1</selection>
}
}