[nem-bug] [Nemerle 0000994]: Wrong "ambiguity between overloads"
feedback at nemerle.org
feedback at nemerle.org
Thu Apr 26 08:35:42 CEST 2007
The following issue has been SUBMITTED.
======================================================================
<http://nemerle.org/bugs/view.php?id=994>
======================================================================
Reported By: VladD2
Assigned To:
======================================================================
Project: Nemerle
Issue ID: 994
Category: Code Completion Engine
Reproducibility: always
Severity: minor
Priority: normal
Status: new
======================================================================
Date Submitted: 04-26-2007 08:35 CEST
Last Modified: 04-26-2007 08:35 CEST
======================================================================
Summary: Wrong "ambiguity between overloads"
Description:
If in VS Integration enable Typer2 (see
http://nemerle.org/svn/vs-plugin/trunk/Nemerle.Compiler.Utils/Nemerle.Completion2/CompilerConcreteDefinitions/IntelliSenseModeTyper.n
line 32)
following code:
using System.Console;
module Program
{
Main() : void
{
def cnv = x => "0x" +
x.ToString("X"); // ambiguity between overloads ... ToString ...
WriteLine(cnv(2));
}
}
cause ambiguity between overloads on ToString method.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
04-26-07 08:35 VladD2 New Issue
======================================================================
More information about the bugs
mailing list