JS Backend: #KT-5320 Fixed (generated code for ternary operator)
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user