[IR] update testdata: support labels on loops, break & continue
This commit is contained in:
committed by
teamcityserver
parent
9daa86c1a2
commit
5c8a93c7ff
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user