Reproduce KT-45327: false positive MUST_INITIALIZED_OR_BE_ABSTRACT after conditional exitProcess
This commit is contained in:
committed by
Dmitriy Novozhilov
parent
628d75c7cd
commit
d8fb54c6bd
+6
@@ -30708,6 +30708,12 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirDiagnosti
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/elvisOnUnitInLet.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("exitProcess.kt")
|
||||
public void testExitProcess() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/exitProcess.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("hugeUnresolvedKotlinxHtml.kt")
|
||||
public void testHugeUnresolvedKotlinxHtml() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user