FE: Add test for KT-53656

This commit is contained in:
Mikhail Glukhikh
2022-09-06 12:04:41 +02:00
committed by Space
parent c1b0405c4e
commit d8522a8967
7 changed files with 100 additions and 0 deletions
@@ -11964,6 +11964,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/tests/generics/kt34729.kt");
}
@Test
@TestMetadata("kt53656.kt")
public void testKt53656() throws Exception {
runTest("compiler/testData/diagnostics/tests/generics/kt53656.kt");
}
@Test
@TestMetadata("kt5508.kt")
public void testKt5508() throws Exception {