blob: b9edb90ad4c8d8cd2d81675bf1a2509e4143cd34 [file] [log] [blame]
fun foo(s: String) {
when(s) {
"" -> return
<caret>
}
}
// ELEMENT: else