Support flexible types internally in typeOf
#KT-45066 Fixed
This commit is contained in:
+18
-3
@@ -29737,9 +29737,14 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/reflection/typeOf/classes.kt");
|
||||
}
|
||||
|
||||
@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");
|
||||
}
|
||||
|
||||
@TestMetadata("flexibleTypes_before.kt")
|
||||
public void testFlexibleTypes_before() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/reflection/typeOf/flexibleTypes_before.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("inlineClasses.kt")
|
||||
@@ -29792,6 +29797,16 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/reflection/typeOf/noReflect/classes.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("flexibleTypes_after.kt")
|
||||
public void testFlexibleTypes_after() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/reflection/typeOf/noReflect/flexibleTypes_after.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("flexibleTypes_before.kt")
|
||||
public void testFlexibleTypes_before() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/reflection/typeOf/noReflect/flexibleTypes_before.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("inlineClasses.kt")
|
||||
public void testInlineClasses() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/reflection/typeOf/noReflect/inlineClasses.kt");
|
||||
|
||||
Reference in New Issue
Block a user