[FIR] Exclude class type arguments checks for type parameters from outer functions

#KT-63577
This commit is contained in:
Evgeniy.Zhelenskiy
2024-01-18 06:19:55 +01:00
committed by Space Team
parent ff76837d35
commit dc578b1c5f
10 changed files with 70 additions and 1 deletions
@@ -16926,6 +16926,12 @@ public class FirLightTreeOldFrontendDiagnosticsTestGenerated extends AbstractFir
runTest("compiler/testData/diagnostics/tests/inference/kt62609.kt");
}
@Test
@TestMetadata("kt63577.kt")
public void testKt63577() throws Exception {
runTest("compiler/testData/diagnostics/tests/inference/kt63577.kt");
}
@Test
@TestMetadata("kt63982.kt")
public void testKt63982() throws Exception {
@@ -16932,6 +16932,12 @@ public class FirPsiOldFrontendDiagnosticsTestGenerated extends AbstractFirPsiDia
runTest("compiler/testData/diagnostics/tests/inference/kt62609.kt");
}
@Test
@TestMetadata("kt63577.kt")
public void testKt63577() throws Exception {
runTest("compiler/testData/diagnostics/tests/inference/kt63577.kt");
}
@Test
@TestMetadata("kt63982.kt")
public void testKt63982() throws Exception {