blob: 55dc1a3d4070b4e8beabe537a566bbc098505dba [file] [log] [blame]
fun foo(x: String) {
when (x) {
<caret> -> {
}
else -> {
}
}
}