[FIR] test: add a test case for reified inline functions with a same name in different packages.
This commit is contained in:
committed by
Simon Ogorodnik
parent
11a26e540e
commit
2d85eddeb9
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user