Minor, add test on typeOf with intersection type

This commit is contained in:
Alexander Udalov
2021-07-08 22:58:54 +02:00
parent a7e48c3af1
commit d43ed1cf75
8 changed files with 61 additions and 0 deletions
@@ -29810,6 +29810,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/reflection/typeOf/inlineClasses.kt");
}
@TestMetadata("intersectionType.kt")
public void testIntersectionType() throws Exception {
runTest("compiler/testData/codegen/box/reflection/typeOf/intersectionType.kt");
}
@TestMetadata("manyTypeArguments.kt")
public void testManyTypeArguments() throws Exception {
runTest("compiler/testData/codegen/box/reflection/typeOf/manyTypeArguments.kt");