Fix bug in try/catch resolution in NI

Bug was presented in a236ad5
This commit is contained in:
Dmitriy Novozhilov
2019-02-18 12:38:36 +03:00
parent 1e4b7e1ef1
commit 5d0074bda5
5 changed files with 44 additions and 2 deletions
@@ -4888,6 +4888,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
runTest("compiler/testData/codegen/box/controlStructures/tryCatchFinallyChain.kt");
}
@TestMetadata("tryFinallyGeneric.kt")
public void testTryFinallyGeneric() throws Exception {
runTest("compiler/testData/codegen/box/controlStructures/tryFinallyGeneric.kt");
}
@TestMetadata("compiler/testData/codegen/box/controlStructures/breakContinueInExpressions")
@TestDataPath("$PROJECT_ROOT")
@RunWith(JUnit3RunnerWithInners.class)