bugDotGNU Portable.NET - Bugs: bug #11433, Using not working with enums...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #11433: Using not working with enums across namespaces

Submitter:  James Michael DuPont <mdupont>
Submitted:  Wed 29 Dec 2004 11:55:20 AM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  None
Open/Closed:  Closed

Sat 26 May 2007 11:42:52 AM UTC, comment #1: 

This testcase compiles now with current cvs.

Klaus Treichel <ktreichel>
Group administrator
Wed 29 Dec 2004 11:55:20 AM UTC, original submission:  

../../testcase6.cs:19: `Foo2' is not declared in the current scope

namespace Funky{enum Foo{Boo}}
namespace Fooey{
using Foo2 = Funky.Foo;
class Bar{
Foo2 fooey = Funky.Foo.Boo;
Foo2 fooey2 = Foo2.Boo;
}
}

James Michael DuPont <mdupont>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by ktreichel (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2007-05-26 ktreichel StatusNone Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-4b48.
    Corresponding source code