[FIR] Exclude class type arguments checks for type parameters from outer functions
#KT-63577
This commit is contained in:
committed by
Space Team
parent
ff76837d35
commit
dc578b1c5f
+6
@@ -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 {
|
||||
|
||||
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user