blob: e17ff7b4d316e5af734c2b3f547dd75dc5a633cb [file] [log] [blame]
fun foo() {
when (x) {
is <caret>Foo -> {
}
}
}