Bugzilla – Bug 314619
using X = YY compiles while failing with csc
Last modified: 2007-09-15 21:24:23 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"