dotgnu-pnet
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pnet-developers] [bugs #11433] Using not working with enums across name


From: James Michael DuPont
Subject: [Pnet-developers] [bugs #11433] Using not working with enums across namespaces
Date: Wed, 29 Dec 2004 11:55:15 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041111 Firefox/1.0 (Debian package 1.0-2)

This mail is an automated notification from the bugs tracker
 of the project: DotGNU Portable.NET.




/**************************************************************************/
[bugs #11433] Full Item Snapshot:

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=11433>
Project: DotGNU Portable.NET
Submitted by: James Michael DuPont
On: Wed 12/29/2004 at 11:55

Category:  None
Severity:  5 - Average
Item Group:  None
Resolution:  None
Privacy:  Public
Assigned to:  None
Status:  Open


Summary:  Using not working with enums across namespaces

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;
        }
}












For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=11433>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]