JVM_IR: do not generate excessive stubs for immutable collections
This commit is contained in:
@@ -84,6 +84,11 @@ public class BytecodeTextTestGenerated extends AbstractBytecodeTextTest {
|
||||
runTest("compiler/testData/codegen/bytecodeText/charConstant.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("collectionStubs.kt")
|
||||
public void testCollectionStubs() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/collectionStubs.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("componentEvaluatesOnlyOnce.kt")
|
||||
public void testComponentEvaluatesOnlyOnce() throws Exception {
|
||||
runTest("compiler/testData/codegen/bytecodeText/componentEvaluatesOnlyOnce.kt");
|
||||
|
||||
Reference in New Issue
Block a user