[nem-bug] [Nemerle 0000594]: bogus "ambiguous type" message
feedback at nemerle.org
feedback at nemerle.org
Thu May 4 14:09:01 CEST 2006
The following issue has been RESOLVED.
======================================================================
<http://nemerle.org/bugs/view.php?id=594>
======================================================================
Reported By: malekith
Assigned To: malekith
======================================================================
Project: Nemerle
Issue ID: 594
Category: Compiler (type engine)
Reproducibility: always
Severity: major
Priority: high
Status: resolved
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 12-29-2005 22:17 CET
Last Modified: 05-04-2006 14:09 CEST
======================================================================
Summary: bogus "ambiguous type" message
Description:
#pragma indent
class A
class B : A
x : B
=>
q.n:4:5:4:10: error: type name `B' is ambiguous, it could be:
q.n:3:3:3:10: error: this declaration `A.B'
q.n:3:3:3:10: error: this declaration `A.B'
======================================================================
----------------------------------------------------------------------
malekith - 05-04-06 14:09
----------------------------------------------------------------------
Fixed on trunk, r6220.
Issue History
Date Modified Username Field Change
======================================================================
12-29-05 22:17 malekith New Issue
05-04-06 14:09 malekith Status new => resolved
05-04-06 14:09 malekith Resolution open => fixed
05-04-06 14:09 malekith Assigned To => malekith
05-04-06 14:09 malekith Note Added: 0001227
======================================================================
More information about the bugs
mailing list