FIR: add test for KT-51357

This commit is contained in:
Mikhail Glukhikh
2022-02-16 14:30:58 +03:00
committed by Space
parent acc467594f
commit 4902e517d3
7 changed files with 69 additions and 0 deletions
@@ -33449,6 +33449,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
runTest("compiler/testData/diagnostics/testsWithStdLib/exitProcess.kt");
}
@Test
@TestMetadata("greater.kt")
public void testGreater() throws Exception {
runTest("compiler/testData/diagnostics/testsWithStdLib/greater.kt");
}
@Test
@TestMetadata("hugeUnresolvedKotlinxHtml.kt")
public void testHugeUnresolvedKotlinxHtml() throws Exception {