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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=82067 --- shadow/82067 2007-07-11 07:29:57.000000000 -0400 +++ shadow/82067.tmp.11010 2007-07-19 22:06:20.000000000 -0400 @@ -1,14 +1,14 @@ Bug#: 82067 Product: Mono: Compilers Version: unspecified -OS: +OS: unknown OS Details: Status: NEW Resolution: -Severity: +Severity: Unknown Priority: Normal Component: C# AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- @@ -72,6 +72,11 @@ System.Nullable`1[T] T 1 [EMAIL PROTECTED] ~/tests/generic $ mono get-arg.exe Foo`1[T] T 0 System.Nullable`1[T] T 0 + +------- Additional Comments From [EMAIL PROTECTED] 2007-07-19 22:06 ------- +It is a difference between ClassConstraint and EffectiveBaseClass in +Mono.CSharp.Constraints. Replacing former with latter in DefineType() +solves this individual issue, but causes some regressions. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
