Support flexible types internally in typeOf
#KT-45066 Fixed
This commit is contained in:
+21
-3
@@ -37404,9 +37404,15 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("flexibleType.kt")
|
||||
public void testFlexibleType() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/reflection/typeOf/flexibleType.kt");
|
||||
@TestMetadata("flexibleTypes_after.kt")
|
||||
public void testFlexibleTypes_after() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/reflection/typeOf/flexibleTypes_after.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("flexibleTypes_before.kt")
|
||||
public void testFlexibleTypes_before() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/reflection/typeOf/flexibleTypes_before.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@@ -37458,6 +37464,18 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
runTest("compiler/testData/codegen/box/reflection/typeOf/noReflect/classes.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("flexibleTypes_after.kt")
|
||||
public void testFlexibleTypes_after() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/reflection/typeOf/noReflect/flexibleTypes_after.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("flexibleTypes_before.kt")
|
||||
public void testFlexibleTypes_before() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/reflection/typeOf/noReflect/flexibleTypes_before.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("inlineClasses.kt")
|
||||
public void testInlineClasses() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user