Support mutable collection types in typeOf
flexibleTypes_1_6.kt is fixed for JVM IR in a subsequent commit. #KT-35877 Fixed
This commit is contained in:
+20
@@ -29762,6 +29762,16 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/reflection/typeOf/multipleLayers.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("mutableCollections_after.kt")
|
||||
public void testMutableCollections_after() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/reflection/typeOf/mutableCollections_after.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("mutableCollections_before.kt")
|
||||
public void testMutableCollections_before() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/reflection/typeOf/mutableCollections_before.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("typeOfCapturedStar.kt")
|
||||
public void testTypeOfCapturedStar() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/reflection/typeOf/typeOfCapturedStar.kt");
|
||||
@@ -29812,6 +29822,16 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/reflection/typeOf/noReflect/inlineClasses.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("mutableCollections_after.kt")
|
||||
public void testMutableCollections_after() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/reflection/typeOf/noReflect/mutableCollections_after.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("mutableCollections_before.kt")
|
||||
public void testMutableCollections_before() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/reflection/typeOf/noReflect/mutableCollections_before.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("typeReferenceEqualsHashCode.kt")
|
||||
public void testTypeReferenceEqualsHashCode() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/reflection/typeOf/noReflect/typeReferenceEqualsHashCode.kt");
|
||||
|
||||
Reference in New Issue
Block a user