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:
+24
@@ -37391,6 +37391,18 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/reflection/typeOf/multipleLayers.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("mutableCollections_after.kt")
|
||||
public void testMutableCollections_after() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/reflection/typeOf/mutableCollections_after.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("mutableCollections_before.kt")
|
||||
public void testMutableCollections_before() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/reflection/typeOf/mutableCollections_before.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("typeOfCapturedStar.kt")
|
||||
public void testTypeOfCapturedStar() throws Exception {
|
||||
@@ -37440,6 +37452,18 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/reflection/typeOf/noReflect/inlineClasses.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("mutableCollections_after.kt")
|
||||
public void testMutableCollections_after() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/reflection/typeOf/noReflect/mutableCollections_after.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("mutableCollections_before.kt")
|
||||
public void testMutableCollections_before() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/reflection/typeOf/noReflect/mutableCollections_before.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("typeReferenceEqualsHashCode.kt")
|
||||
public void testTypeReferenceEqualsHashCode() throws Exception {
|
||||
|
||||
+24
@@ -37433,6 +37433,18 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
|
||||
runTest("compiler/testData/codegen/box/reflection/typeOf/multipleLayers.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("mutableCollections_after.kt")
|
||||
public void testMutableCollections_after() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/reflection/typeOf/mutableCollections_after.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("mutableCollections_before.kt")
|
||||
public void testMutableCollections_before() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/reflection/typeOf/mutableCollections_before.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("typeOfCapturedStar.kt")
|
||||
public void testTypeOfCapturedStar() throws Exception {
|
||||
@@ -37482,6 +37494,18 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
|
||||
runTest("compiler/testData/codegen/box/reflection/typeOf/noReflect/inlineClasses.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("mutableCollections_after.kt")
|
||||
public void testMutableCollections_after() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/reflection/typeOf/noReflect/mutableCollections_after.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("mutableCollections_before.kt")
|
||||
public void testMutableCollections_before() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/reflection/typeOf/noReflect/mutableCollections_before.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("typeReferenceEqualsHashCode.kt")
|
||||
public void testTypeReferenceEqualsHashCode() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user