JS Backend: #KT-5320 Fixed (generated code for ternary operator)

This commit is contained in:
Michael Nedzelsky
2014-07-22 13:08:31 +04:00
parent 740fe70b22
commit 9456833a35
3 changed files with 25 additions and 3 deletions
@@ -194,4 +194,8 @@ public final class MiscTest extends AbstractExpressionTest {
public void testKt5058() throws Exception {
checkFooBoxIsTrue("KT-5058.kt");
}
public void testRightAssocForGeneratedConditionalOperator() throws Exception {
checkFooBoxIsOk();
}
}