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