Generate substatements as statements too
Preventing pushing on stack redundant Unit instances #KT-5667 fixed
This commit is contained in:
committed by
Alexander Udalov
parent
081d2cf95c
commit
4ed744428b
@@ -341,6 +341,12 @@ public class BytecodeTextTestGenerated extends AbstractBytecodeTextTest {
|
||||
doTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("statementsComposition.kt")
|
||||
public void testStatementsComposition() throws Exception {
|
||||
String fileName = JetTestUtils.navigationMetadata("compiler/testData/codegen/bytecodeText/statements/statementsComposition.kt");
|
||||
doTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("tryCatchFinally.kt")
|
||||
public void testTryCatchFinally() throws Exception {
|
||||
String fileName = JetTestUtils.navigationMetadata("compiler/testData/codegen/bytecodeText/statements/tryCatchFinally.kt");
|
||||
|
||||
Reference in New Issue
Block a user