[FIR] test: add a test case for reified inline functions with a same name in different packages.

This commit is contained in:
Artem Kobzar
2022-06-15 18:44:40 +02:00
committed by Simon Ogorodnik
parent 11a26e540e
commit 2d85eddeb9
6 changed files with 96 additions and 0 deletions
@@ -494,6 +494,12 @@ public class DiagnosisCompilerFirTestdataTestGenerated extends AbstractDiagnosis
runTest("compiler/fir/analysis-tests/testData/resolve/recursiveTypeAlias.kt");
}
@Test
@TestMetadata("reifiedTypeOverload.kt")
public void testReifiedTypeOverload() throws Exception {
runTest("compiler/fir/analysis-tests/testData/resolve/reifiedTypeOverload.kt");
}
@Test
@TestMetadata("sealedClass.kt")
public void testSealedClass() throws Exception {