Add FIR test for KT-35565
This commit is contained in:
committed by
TeamCityServer
parent
5deb96f679
commit
1fe7a1ebb3
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user