[nem-bug] [Nemerle 0001033]: "using" static method(s)
feedback at nemerle.org
feedback at nemerle.org
Wed Jul 4 21:16:50 CEST 2007
The following issue has been SUBMITTED.
======================================================================
<http://nemerle.org/bugs/view.php?id=1033>
======================================================================
Reported By: divan
Assigned To:
======================================================================
Project: Nemerle
Issue ID: 1033
Category: Language Feature
Reproducibility: always
Severity: minor
Priority: low
Status: new
======================================================================
Date Submitted: 07-04-2007 21:16 CEST
Last Modified: 07-04-2007 21:16 CEST
======================================================================
Summary: "using" static method(s)
Description:
Allow to do using methods.
Maybe should have different name, like global, which puts method (or maybe
whatever) of some.class.method to global names.
global System.Console.WriteLine;
WriteLine(""); //ok
Write(""); //fail
global Class.@|>; //can help with inference, allowing operands to be
inferred from operator, not only operator from operands.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
07-04-07 21:16 divan New Issue
======================================================================
More information about the bugs
mailing list