blob: ff6c719475bab344910ecae3e135202cd16ab504 [file] [log] [blame]
// "Add 'is' before 'Foo'" "true"
class Foo
fun test(a: Any) {
when (a) {
<caret>Foo -> {}
}
}