FE: add test for KT-53908

This commit is contained in:
Mikhail Glukhikh
2022-09-15 17:07:18 +02:00
committed by Space
parent 73e7053c35
commit 6ab516a7e5
8 changed files with 61 additions and 0 deletions
@@ -34593,6 +34593,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/testsWithStdLib/exitProcess.kt");
}
@Test
@TestMetadata("genericContainer.kt")
public void testGenericContainer() throws Exception {
runTest("compiler/testData/diagnostics/testsWithStdLib/genericContainer.kt");
}
@Test
@TestMetadata("greater.kt")
public void testGreater() throws Exception {