K2: add test for KT-59241
This commit is contained in:
committed by
Space Team
parent
a71437335b
commit
ab1d634ad3
+6
@@ -24752,6 +24752,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
|
||||
public void testSubstitutionInSuperType() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/platformTypes/notNullTypeParameter/substitutionInSuperType.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("supplier.kt")
|
||||
public void testSupplier() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/platformTypes/notNullTypeParameter/supplier.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
|
||||
+6
@@ -24752,6 +24752,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
|
||||
public void testSubstitutionInSuperType() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/platformTypes/notNullTypeParameter/substitutionInSuperType.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("supplier.kt")
|
||||
public void testSupplier() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/platformTypes/notNullTypeParameter/supplier.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@Nested
|
||||
|
||||
Reference in New Issue
Block a user