[FIR] Add a test for KT-59233

This commit is contained in:
Nikolay Lunyak
2023-07-06 11:37:57 +03:00
committed by Space Team
parent d4c6e55e0a
commit 79fce56c95
7 changed files with 46 additions and 0 deletions
@@ -921,6 +921,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
runTest("compiler/testData/diagnostics/tests/RecursiveTypeParameterEqualityCheck.kt");
}
@Test
@TestMetadata("referenceToParameterizedFun.kt")
public void testReferenceToParameterizedFun() throws Exception {
runTest("compiler/testData/diagnostics/tests/referenceToParameterizedFun.kt");
}
@Test
@TestMetadata("ReserveYield.kt")
public void testReserveYield() throws Exception {
@@ -921,6 +921,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
runTest("compiler/testData/diagnostics/tests/RecursiveTypeParameterEqualityCheck.kt");
}
@Test
@TestMetadata("referenceToParameterizedFun.kt")
public void testReferenceToParameterizedFun() throws Exception {
runTest("compiler/testData/diagnostics/tests/referenceToParameterizedFun.kt");
}
@Test
@TestMetadata("ReserveYield.kt")
public void testReserveYield() throws Exception {