[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pnet-developers] [bugs #6999] C# using-alias-directive broken for names
From: |
Tony Garnock-Jones |
Subject: |
[Pnet-developers] [bugs #6999] C# using-alias-directive broken for namespaces |
Date: |
Sat, 27 Dec 2003 19:12:49 -0500 |
User-agent: |
Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.5) Gecko/20031007 |
This mail is an automated notification from the bugs tracker
of the project: DotGNU Portable.NET.
/**************************************************************************/
[bugs #6999] Full Item Snapshot:
URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=6999>
Project: DotGNU Portable.NET
Submitted by: Tony Garnock-Jones
On: Sun 12/28/03 at 00:12
Category: None
Severity: 5 - Average
Item Group: None
Resolution: None
Assigned to: None
Status: Open
Summary: C# using-alias-directive broken for namespaces
Original Submission: Code such as the following (where Shared.Service is a
class) will not compile (I've attached a small test case that helps narrow down
the problem), whereas it does compile on MS.NET and Mono:
using S = Shared;
public class Main {
public static void Main() {
S.Service s = new S.Service();
s.Hi();
}
}
File Attachments
-------------------
-------------------------------------------------------
Date: Sun 12/28/03 at 00:12 Name: using-directive.tar.gz Size: 561KB By:
surazal
Test case with three examples, two working, one broken
http://savannah.gnu.org/bugs/download.php?item_id=6999&item_file_id=910
For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=6999>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pnet-developers] [bugs #6999] C# using-alias-directive broken for namespaces,
Tony Garnock-Jones <=