[nem-bug] [Nemerle 0000806]: cast issued instead of conversion
feedback at nemerle.org
feedback at nemerle.org
Sat Dec 9 21:12:29 CET 2006
The following issue has been SUBMITTED.
======================================================================
<http://nemerle.org/bugs/view.php?id=806>
======================================================================
Reported By: malekith
Assigned To:
======================================================================
Project: Nemerle
Issue ID: 806
Category: Compiler (type engine)
Reproducibility: always
Severity: minor
Priority: normal
Status: new
======================================================================
Date Submitted: 12-09-2006 21:12 CET
Last Modified: 12-09-2006 21:12 CET
======================================================================
Summary: cast issued instead of conversion
Description:
The cast is generated instead of call to explicit conversion, and the
following fails:
class Op
{}
class ExtOp: Op {
public static @:>(_: Op): ExtOp { ExtOp() }
}
_ = Op() :> ExtOp
From: http://rsdn.ru/forum/Message.aspx?mid=2254854&only=1
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
12-09-06 21:12 malekith New Issue
======================================================================
More information about the bugs
mailing list