[nem-bug]
[Nemerle 0000990]: Class() should "return" class, not void
feedback at nemerle.org
feedback at nemerle.org
Tue Apr 17 18:32:03 CEST 2007
The following issue has been SUBMITTED.
======================================================================
<http://nemerle.org/bugs/view.php?id=990>
======================================================================
Reported By: divan
Assigned To:
======================================================================
Project: Nemerle
Issue ID: 990
Category: Compiler (type engine)
Reproducibility: always
Severity: minor
Priority: normal
Status: new
======================================================================
Date Submitted: 04-17-2007 18:32 CEST
Last Modified: 04-17-2007 18:32 CEST
======================================================================
Summary: Class() should "return" class, not void
Description:
class Main {
x : int;
static Main () : void {
Main ().x;
}
}
mainmain.n:4:3:4:7: [01;31merror[0m: typing fails on ambiguity between
overloads:
mainmain.n:4:3:4:7: [01;31merror[0m: Posible overload: method
Main.Main() : void
mainmain.n:4:3:4:7: [01;31merror[0m: Posible overload: constructor
Main..ctor() : void
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
04-17-07 18:32 divan New Issue
======================================================================
More information about the bugs
mailing list