[nem-bug] [Nemerle 0000785]: Incorrect treatise 'new' keyword (it
bug block compilin of compiler)
feedback at nemerle.org
feedback at nemerle.org
Sat Nov 11 15:05:57 CET 2006
The following issue requires your FEEDBACK.
======================================================================
<http://nemerle.org/bugs/view.php?id=785>
======================================================================
Reported By: VladD2
Assigned To:
======================================================================
Project: Nemerle
Issue ID: 785
Category: Compiler
Reproducibility: always
Severity: block
Priority: immediate
Status: feedback
======================================================================
Date Submitted: 11-11-2006 15:00 CET
Last Modified: 11-11-2006 15:05 CET
======================================================================
Summary: Incorrect treatise 'new' keyword (it bug block
compilin of compiler)
Description:
class A
{
public Test() : bool { true }
}
class B : A
{
public new Test() : void { }
}
B().Test();
=========================================================================
Main.n(8,3,8,31): error : attempted return type overload on method
B.Test() : void and method A.Test() : bool
Also try compile the compiler by new version of ncc. Method:
public new Remove (key : 'a) : void
in Hashtable['a,'b] will not be compiled.
======================================================================
----------------------------------------------------------------------
nazgul - 11-11-06 15:05
----------------------------------------------------------------------
It is already fixed in 6864. Could you check?
Issue History
Date Modified Username Field Change
======================================================================
11-11-06 15:00 VladD2 New Issue
11-11-06 15:05 nazgul Note Added: 0001504
11-11-06 15:05 nazgul Status new => feedback
11-11-06 15:05 nazgul Summary Incorrect treatise 'new'
keyword (it bug block compilin of compiler) => Incorrect treatise \'new\'
keyword (it bug block compilin of compiler)
11-11-06 15:05 nazgul Description Updated
======================================================================
More information about the bugs
mailing list