JVM_IR prevent clash of unsubstituted special bridges
This commit is contained in:
+5
@@ -5755,6 +5755,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/collections/removeOverriddenInJava_Map.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("specialBridgeForGet.kt")
|
||||
public void testSpecialBridgeForGet() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/collections/specialBridgeForGet.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("strList.kt")
|
||||
public void testStrList() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/collections/strList.kt");
|
||||
|
||||
Reference in New Issue
Block a user