Bugzilla – Bug 314852
[REGRESSION] Lookup of type vs method
Last modified: 2007-09-15 21:24:23 UTC
---- Reported by bmaurer@users.sf.net 2004-05-25 21:25:38 MST ---- namespace n1 { class Attribute {} } namespace n3 { using n1; using System; class A { void Attribute () { } void X () { Attribute (); } static void Main () { new A ().X (); } } } Should compile, it does not right now. ---- Additional Comments From miguel@ximian.com 2004-05-25 21:30:36 MST ---- Assigning to Martin, he did changes in this area just today. ---- Additional Comments From bmaurer@users.sf.net 2004-05-25 21:32:07 MST ---- I checked this on CSC; it compiles and runs. ---- Additional Comments From martin@ximian.com 2004-05-26 03:03:41 MST ---- Damn, I really hate it if if takes one minute to fix a bug, but more than 5 minutes to put back your reverted changes. Unknown operating system unknown. Setting to default OS "Other".