[nem-bug] [Nemerle 0001010]: Macroattributes on local fun params
feedback at nemerle.org
feedback at nemerle.org
Sun May 6 21:57:53 CEST 2007
The following issue has been SUBMITTED.
======================================================================
<http://nemerle.org/bugs/view.php?id=1010>
======================================================================
Reported By: divan
Assigned To:
======================================================================
Project: Nemerle
Issue ID: 1010
Category: Compiler (parser/macros engine)
Reproducibility: always
Severity: minor
Priority: normal
Status: new
======================================================================
Date Submitted: 05-06-2007 21:57 CEST
Last Modified: 05-06-2007 21:57 CEST
======================================================================
Summary: Macroattributes on local fun params
Description:
def f ([NotNull] _x)
{
1
};
_ = f : object->int; //prevent inlining,.. doesn't matter in fact
_ = f (null);
No exception at runtime and no compile error.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
05-06-07 21:57 divan New Issue
======================================================================
More information about the bugs
mailing list