[IR] update testdata: support labels on loops, break & continue

This commit is contained in:
Zalim Bashorov
2020-11-10 03:40:36 +03:00
committed by teamcityserver
parent 9daa86c1a2
commit 5c8a93c7ff
5 changed files with 43 additions and 43 deletions
@@ -4,14 +4,14 @@ fun test1() {
}
fun test2() {
while (true) { // BLOCK
L1@ while (true) { // BLOCK
error("") /* ERROR EXPRESSION */
error("") /* ERROR EXPRESSION */
}
}
fun test3() {
while (true) { // BLOCK
L1@ while (true) { // BLOCK
val lambda: Function0<Nothing> = local fun <anonymous>(): Nothing {
error("") /* ERROR EXPRESSION */
error("") /* ERROR EXPRESSION */