[nem-bug] [Nemerle 0000838]: 'throw' instruction without argument shall be disallowed outside of catch block

feedback at nemerle.org feedback at nemerle.org
Fri Jan 26 18:02:36 CET 2007


The following issue has been SUBMITTED.
======================================================================
<http://nemerle.org/bugs/view.php?id=838> 
======================================================================
Reported By:                nikov
Assigned To:                
======================================================================
Project:                    Nemerle
Issue ID:                   838
Category:                   Compiler
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
======================================================================
Date Submitted:             01-26-2007 18:02 CET
Last Modified:              01-26-2007 18:02 CET
======================================================================
Summary:                    'throw' instruction without argument shall be
disallowed outside of catch block
Description: 
'throw' instruction without argument shall be disallowed outside of catch
block. Currently this condition is not checked.

module Program {
	static Main() : void { 
		try {
			throw
		}
		catch {
			| e => System.Console.WriteLine(e)
		}
	}
}

======================================================================

Issue History
Date Modified  Username       Field                    Change              
======================================================================
01-26-07 18:02 nikov          New Issue                                    
======================================================================




More information about the bugs mailing list