[nem-bug] [Nemerle 0000730]: Aliases not expanded in nested using
directive
feedback at nemerle.org
feedback at nemerle.org
Sun Aug 6 13:22:03 CEST 2006
The following issue has been SUBMITTED.
======================================================================
<http://nemerle.org/bugs/view.php?id=730>
======================================================================
Reported By: VladD2
Assigned To:
======================================================================
Project: Nemerle
Issue ID: 730
Category: Compiler
Reproducibility: always
Severity: minor
Priority: normal
Status: new
======================================================================
Date Submitted: 08-06-2006 13:22 CEST
Last Modified: 08-06-2006 13:22 CEST
======================================================================
Summary: Aliases not expanded in nested using directive
Description:
This code:
using System;
using SC = System.Collections;
namespace X
{
using SC.Generic; // ERROR!
module M
{
Main() : void
{
Console.WriteLine("");
}
}
}
report error:
error : referenced namespace `SC.Generic' does not exist
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
08-06-06 13:22 VladD2 New Issue
======================================================================
More information about the bugs
mailing list