[Mono-bugs] [Bug 46182][Nor] Changed - Incompatible lookup when namespace name = class name

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Fri, 18 Jul 2003 15:11:00 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by martin@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=46182

--- shadow/46182	Fri Jul 18 15:10:25 2003
+++ shadow/46182.tmp.14117	Fri Jul 18 15:11:00 2003
@@ -5,13 +5,13 @@
 OS Details: 
 Status: NEW   
 Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: Misc
-AssignedTo: mono-bugs@ximian.com                            
+AssignedTo: martin@ximian.com                            
 ReportedBy: aherscovici@empirix.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: Incompatible lookup when namespace name = class name
@@ -70,8 +70,17 @@
 		public Variable.Variable foo()
 		{
 			return null;
 		}
 
 		static void Main() {}
+	}
+}
+
+------- Additional Comments From martin@ximian.com  2003-07-18 15:10 -------
+namespace Tester.Variable 
+{
+
+	public class Variable 
+	{
 	}
 }