From 2937f4ebca48d5614b5e1a2ae0aa3dac298010a8 Mon Sep 17 00:00:00 2001 From: Iulian Dragos Date: Mon, 29 Jan 2007 16:06:54 +0000 Subject: Fixed the bugfix for returns inside finally --- test/files/run/exceptions-2.check | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'test/files/run/exceptions-2.check') diff --git a/test/files/run/exceptions-2.check b/test/files/run/exceptions-2.check index 0cfb9a6a8c..95728fb058 100644 --- a/test/files/run/exceptions-2.check +++ b/test/files/run/exceptions-2.check @@ -36,3 +36,12 @@ Return inside synchronized body: Synchronized normal execution... inner finally Outer finally +Return inside body and return in finally: +Normal execution... +inner finally +Outer finally +Return inside body and return in finally inside finally: +Normal execution... +inner finally +finally inside finally +Outer finally -- cgit v1.2.3