JVM_IR: frame optimization for cast to IntProgression
#KT-29199
This commit is contained in:
+6
@@ -367,6 +367,12 @@ public class IrBytecodeTextTestGenerated extends AbstractIrBytecodeTextTest {
|
||||
runTest("compiler/testData/codegen/bytecodeText/maxStackAfterOptimizations.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("mergedProgression.kt")
|
||||
public void testMergedProgression() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/mergedProgression.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("noAccessorForProtectedInSamePackageCrossinline.kt")
|
||||
public void testNoAccessorForProtectedInSamePackageCrossinline() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user