[nem-bug] [Nemerle 0000839]: throw; inside finally clause
feedback at nemerle.org
feedback at nemerle.org
Fri Jan 26 18:38:53 CET 2007
The following issue has been SUBMITTED.
======================================================================
<http://nemerle.org/bugs/view.php?id=839>
======================================================================
Reported By: VladD2
Assigned To:
======================================================================
Project: Nemerle
Issue ID: 839
Category: Compiler
Reproducibility: always
Severity: minor
Priority: normal
Status: new
======================================================================
Date Submitted: 01-26-2007 18:38 CET
Last Modified: 01-26-2007 18:38 CET
======================================================================
Summary: throw; inside finally clause
Description:
try { throw System.ApplicationException() }
finally
{
throw; // it's not valid in C#
}
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
01-26-07 18:38 VladD2 New Issue
======================================================================
More information about the bugs
mailing list