blob: 42d730e75153f4c7d216a84f6a6b6828037eba15 [file]
fun test1() {
run {
if (true) {
if (true) {}
}
else {
1
}
}
}