return value of try/catch/finally changed according to frontend changes

#KT-910 Fixed
This commit is contained in:
Dmitry Jemerov
2012-06-08 18:36:14 +02:00
parent 8baae95531
commit f945ec6a27
4 changed files with 34 additions and 10 deletions
@@ -351,4 +351,9 @@ public class ControlStructuresTest extends CodegenTestCase {
createEnvironmentWithMockJdkAndIdeaAnnotations(CompilerSpecialMode.JDK_HEADERS);
blackBoxFile("regressions/kt2062.kt");
}
public void testKt910() {
createEnvironmentWithMockJdkAndIdeaAnnotations(CompilerSpecialMode.JDK_HEADERS);
blackBoxFile("regressions/kt910.kt");
}
}