[FE 1.0] Eliminate resolution ambiguity with external type parameters
^KT-10926 Fixed
This commit is contained in:
committed by
teamcityserver
parent
31668ed40d
commit
a5c6d370dd
+12
@@ -31933,6 +31933,18 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirDiagnosti
|
||||
runTest("compiler/testData/diagnostics/tests/varargs/inferredNullableArrayAsVararg.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt10926.kt")
|
||||
public void testKt10926() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/varargs/kt10926.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt10926EnabledFeature.kt")
|
||||
public void testKt10926EnabledFeature() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/varargs/kt10926EnabledFeature.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt1781.kt")
|
||||
public void testKt1781() throws Exception {
|
||||
|
||||
+12
@@ -31933,6 +31933,18 @@ public class FirOldFrontendDiagnosticsWithLightTreeTestGenerated extends Abstrac
|
||||
runTest("compiler/testData/diagnostics/tests/varargs/inferredNullableArrayAsVararg.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt10926.kt")
|
||||
public void testKt10926() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/varargs/kt10926.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt10926EnabledFeature.kt")
|
||||
public void testKt10926EnabledFeature() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/varargs/kt10926EnabledFeature.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt1781.kt")
|
||||
public void testKt1781() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user