[Test] Add test for KT-54663
This commit is contained in:
committed by
Space Team
parent
b7da00744b
commit
6bc952adff
+6
@@ -32442,6 +32442,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/testData/diagnostics/tests/typeParameters/implicitNothingOnDelegates.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("inProjectedDnnParameter.kt")
|
||||
public void testInProjectedDnnParameter() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/typeParameters/inProjectedDnnParameter.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt42042.kt")
|
||||
public void testKt42042() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user