[Mono-bugs] [Bug 59343][Maj] Changed - regression: using statement with inner classes in referenced assemblies fails
   
    bugzilla-daemon@bugzilla.ximian.com
     
    bugzilla-daemon@bugzilla.ximian.com
       
    Mon, 31 May 2004 11:59:51 -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 bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=59343
--- shadow/59343	2004-05-31 11:52:41.000000000 -0400
+++ shadow/59343.tmp.15346	2004-05-31 11:59:51.000000000 -0400
@@ -67,6 +67,23 @@
 ENTER: Mono.CSharp.TypeManager:LookupTypeReflection
 (string)([STRING:0x87a1a78:Foo.Bar.Baz], )
 LEAVE: Mono.CSharp.TypeManager:LookupTypeReflection (string)[OBJECT:(nil)]
 
 That seems very, very wrong.
 
+
+------- Additional Comments From bmaurer@users.sf.net  2004-05-31 11:59 -------
+On a working mcs:
+
+ENTER: Mono.CSharp.TypeManager:LookupTypeReflection
+(string)([STRING:0x8736cf8:Foo.Bar.Baz], )
+LEAVE: Mono.CSharp.TypeManager:LookupTypeReflection
+(string)[System.MonoType:0x871a020]
+ENTER: Mono.CSharp.TypeManager:LookupTypeReflection
+(string)([STRING:0x8737e10:Foo.Bar.Baz+Inner], )
+LEAVE: Mono.CSharp.TypeManager:LookupTypeReflection
+(string)[System.MonoType:0x871a010]
+ENTER: Mono.CSharp.TypeManager:LookupTypeReflection
+(string)([STRING:0x8737960:Foo.Bar.Baz+Inner], )
+LEAVE: Mono.CSharp.TypeManager:LookupTypeReflection
+(string)[System.MonoType:0x871a010]
+