Bug 320355 (MONO77579) - [GMCS] Missing CS0102 error in buggy nunit testcase
Summary: [GMCS] Missing CS0102 error in buggy nunit testcase
Status: RESOLVED INVALID
Alias: MONO77579
Product: Mono: Compilers
Classification: Mono
Component: C# (show other bugs)
Version: 1.1
Hardware: Other Other
: P3 - Medium : Enhancement
Target Milestone: ---
Assignee: Raja R Harinath
QA Contact: Mono Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-17 13:53 UTC by Raja R Harinath
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 19:49:08 UTC


---- Reported by rharinath@novell.com 2006-02-17 06:53:02 MST ----

SVN r56968 has a fix for a duplicate class name that should've been flagged
by the compiler.

I tried to create a smaller testcase, but couldn't.  So, I'm filing this
bug to keep track of the issue.



---- Additional Comments From rharinath@novell.com 2006-02-17 07:02:26 MST ----

SVN r56968 is at:

  http://lists.ximian.com/pipermail/mono-patches/2006-February/070861.html



---- Additional Comments From marek.safar@seznam.cz 2007-02-18 09:45:04 MST ----

Compiler behaves correctly.

Foo<T> exists twice but in different scope

1. MonoTest.System.Foo<T>
2. MonoTest.System.TypeTest.Foo<T>


Unknown operating system unknown. Setting to default OS "Other".