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
@@ -37485,6 +37485,12 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
runTest("compiler/testData/codegen/box/reflection/typeOf/inlineClasses.kt");
}
@Test
@TestMetadata("intersectionType.kt")
public void testIntersectionType() throws Exception {
runTest("compiler/testData/codegen/box/reflection/typeOf/intersectionType.kt");
}
@Test
@TestMetadata("manyTypeArguments.kt")
public void testManyTypeArguments() throws Exception {