Translate when as if-else instead for loop.

This commit is contained in:
develar
2013-06-21 16:21:28 +04:00
committed by Zalim Bashorov
parent bc043fb964
commit 9cd22942e2
8 changed files with 124 additions and 115 deletions
@@ -81,4 +81,8 @@ public final class PatternMatchingTest extends SingleFileTranslationTest {
public void testWhenWithoutExpression() throws Exception {
fooBoxTest();
}
public void testWhenWithOnlyElse() throws Exception {
fooBoxTest();
}
}