JS backend: translate labeled for expressions.
#KT-2986 fixed (cherry picked from commit b0836a6)
This commit is contained in:
@@ -29,4 +29,8 @@ public final class ForeachTest extends AbstractExpressionTest {
|
||||
public void testForOnEmptyArray() throws Exception {
|
||||
fooBoxTest();
|
||||
}
|
||||
|
||||
public void testLabeledFor() throws Exception {
|
||||
fooBoxTest();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user