Reproduce KT-45385: false positive MUST_BE_INITIALIZED_* after rethrow
This commit is contained in:
committed by
TeamCityServer
parent
f4c63c8ba2
commit
4f20d2dccf
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user