Bug 314852 (MONO59082) - [REGRESSION] Lookup of type vs method
Summary: [REGRESSION] Lookup of type vs method
Status: RESOLVED FIXED
Alias: MONO59082
Product: Mono: Compilers
Classification: Mono
Component: C# (show other bugs)
Version: unspecified
Hardware: Other Other
: P3 - Medium : Critical
Target Milestone: ---
Assignee: Martin Baulig
QA Contact: Mono Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-26 04:25 UTC by Ben Maurer
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:39: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".