blob: eda70c58393d7618d06cc09efe688b3a17ea4256 [file] [log] [blame]
fun a() {
when (1) {
is 1 -> println(<selection>2</selection>)
}
}