K2: reproduce KT-61959
This commit is contained in:
committed by
Space Team
parent
92470484bf
commit
cdc197c723
+6
@@ -34558,6 +34558,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
|
||||
runTest("compiler/testData/diagnostics/tests/typeParameters/misplacedConstraints.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("outerTypeParameterAsBound.kt")
|
||||
public void testOuterTypeParameterAsBound() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/typeParameters/outerTypeParameterAsBound.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("propertyTypeParameters.kt")
|
||||
public void testPropertyTypeParameters() throws Exception {
|
||||
|
||||
+6
@@ -34558,6 +34558,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
|
||||
runTest("compiler/testData/diagnostics/tests/typeParameters/misplacedConstraints.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("outerTypeParameterAsBound.kt")
|
||||
public void testOuterTypeParameterAsBound() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/typeParameters/outerTypeParameterAsBound.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("propertyTypeParameters.kt")
|
||||
public void testPropertyTypeParameters() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user