JS backend: translate labeled for expressions.

#KT-2986 fixed

(cherry picked from commit b0836a6)
This commit is contained in:
develar
2012-10-23 19:08:47 +04:00
committed by Zalim Bashorov
parent 764b5c5a90
commit 67592829b6
11 changed files with 78 additions and 72 deletions
@@ -29,4 +29,8 @@ public final class ForeachTest extends AbstractExpressionTest {
public void testForOnEmptyArray() throws Exception {
fooBoxTest();
}
public void testLabeledFor() throws Exception {
fooBoxTest();
}
}