[nem-bug] [Nemerle 0000898]: 'int' treated as an identifier even if
used without verbatim specifier (@)
feedback at nemerle.org
feedback at nemerle.org
Wed Feb 14 11:43:52 CET 2007
The following issue has been SUBMITTED.
======================================================================
<http://nemerle.org/bugs/view.php?id=898>
======================================================================
Reported By: nikov
Assigned To:
======================================================================
Project: Nemerle
Issue ID: 898
Category: Compiler
Reproducibility: always
Severity: minor
Priority: low
Status: new
======================================================================
Date Submitted: 02-14-2007 11:43 CET
Last Modified: 02-14-2007 11:43 CET
======================================================================
Summary: 'int' treated as an identifier even if used without
verbatim specifier (@)
Description:
public class Class1
{
public Foo() : void {
def x = int => 0;
}
}
Ncc treats 'int' as a lambda parameter name '@int' here.
Should issue an error.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
02-14-07 11:43 nikov New Issue
======================================================================
More information about the bugs
mailing list