Some fixes for try...finally

This commit is contained in:
Andrey Breslav
2011-04-14 16:54:08 +04:00
parent 6e9e22df16
commit 652c11aa07
5 changed files with 24 additions and 1 deletions
@@ -58,7 +58,7 @@ public class JetControlFlowTest extends JetTestCaseBase {
};
AnalyzingUtils.analyzeNamespace(file.getRootNamespace(), ErrorHandler.THROW_EXCEPTION, new JetControlFlowDataTraceFactory() {
AnalyzingUtils.analyzeNamespace(file.getRootNamespace(), ErrorHandler.DO_NOTHING, new JetControlFlowDataTraceFactory() {
@NotNull
@Override
public JetPseudocodeTrace createTrace(JetElement element) {