[Nemerle 0001145]: global symbols win over locals

0 views
Skip to first unread message

feed...@nemerle.org

unread,
Dec 22, 2008, 6:20:49 AM12/22/08
to nemerl...@googlegroups.com

The following issue has been ASSIGNED.
======================================================================
<http://nemerle.org/bugs/view.php?id=1145>
======================================================================
Reported By: nemerle fanboy
Assigned To: VladD2
======================================================================
Project: Nemerle
Issue ID: 1145
Category: Compiler
Reproducibility: always
Severity: major
Priority: normal
Status: assigned
======================================================================
Date Submitted: 10-27-2008 02:01 CET
Last Modified: 12-22-2008 12:20 CET
======================================================================
Summary: global symbols win over locals
Description:
using System;

interface IConsole {
WriteLine(line : string);
}

public static Run(Console : IConsole) : void {
// System.Console is used.
// The Console parameter is unused
Console.WriteLine("hello");
}

======================================================================

Issue History
Date Modified Username Field Change
======================================================================
10-27-08 02:01 nemerle fanboy New Issue
12-22-08 12:20 VladD2 Status new => assigned
12-22-08 12:20 VladD2 Assigned To => VladD2
======================================================================

Reply all
Reply to author
Forward
0 new messages