blob: e722dfdff51c0292f03eab79d9dfe2b520981877 [file] [log] [blame]
fun foo(x: String) {
val y = when (x) {
-> {
}
else -> {
}
}
}