Add FIR test for KT-35565

This commit is contained in:
Mikhail Glukhikh
2021-10-21 12:52:04 +03:00
committed by TeamCityServer
parent 5deb96f679
commit 1fe7a1ebb3
5 changed files with 47 additions and 0 deletions
@@ -4102,6 +4102,12 @@ public class DiagnosisCompilerFirTestdataTestGenerated extends AbstractDiagnosis
runTest("compiler/fir/analysis-tests/testData/resolveWithStdlib/enumValuesDeserialized.kt");
}
@Test
@TestMetadata("errorsInUnreachable.kt")
public void testErrorsInUnreachable() throws Exception {
runTest("compiler/fir/analysis-tests/testData/resolveWithStdlib/errorsInUnreachable.kt");
}
@Test
@TestMetadata("exception.kt")
public void testException() throws Exception {