Bug 314619 (MONO58222) - using X = YY compiles while failing with csc
Summary: using X = YY compiles while failing with csc
Status: RESOLVED MOVED
Alias: MONO58222
Product: Mono: Compilers
Classification: Mono
Component: C# (show other bugs)
Version: unspecified
Hardware: Other All
: P3 - Medium : Minor
Target Milestone: ---
Assignee: Mono Bugs
QA Contact: Mono Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-08 09:00 UTC by Gonzalo Paniagua Javier
Modified: 2007-09-15 21:24 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Wiest 2007-09-15 18:36:49 UTC


---- Reported by gonzalo@ximian.com 2004-05-08 02:00:13 MST ----

Try compiling:
-----
using System;
using System.Diagnostics;
 
using PP = Process;
 
class Test {
        static void Main ()
        {
        }
}
---

Actual results:
Compilation succeeded.

Expected results:
error CS0246: cannot find type or namespace 'Process' ....



---- Additional Comments From atsushi@ximian.com 2004-05-08 02:48:19 MST ----



*** This bug has been marked as a duplicate of https://bugzilla.novell.com/show_bug.cgi?id=MONO55770 ***


This bug was marked DUPLICATE in the database it was moved from.
    Changing resolution to "MOVED"