Reproduce KT-45385: false positive MUST_BE_INITIALIZED_* after rethrow

This commit is contained in:
Jinseong Jeon
2021-03-09 22:31:10 -08:00
committed by TeamCityServer
parent f4c63c8ba2
commit 4f20d2dccf
5 changed files with 572 additions and 0 deletions
@@ -362,6 +362,12 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirDiagnosti
runTest("compiler/testData/diagnostics/tests/InfixModifierApplicability.kt");
}
@Test
@TestMetadata("initializedAfterRethrow.kt")
public void testInitializedAfterRethrow() throws Exception {
runTest("compiler/testData/diagnostics/tests/initializedAfterRethrow.kt");
}
@Test
@TestMetadata("InvokeAndRecursiveResolve.kt")
public void testInvokeAndRecursiveResolve() throws Exception {