зеркало из https://github.com/mono/mail-archives.git
89 строки
3.2 KiB
HTML
89 строки
3.2 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Mono-bugs] [Bug 35631][Nor] Changed - Improper scoping for nested classes.
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:bugzilla-daemon%40rocky.ximian.com">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
|
|
<LINK REL="Previous" HREF="006342.html">
|
|
<LINK REL="Next" HREF="006344.html">
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Mono-bugs] [Bug 35631][Nor] Changed - Improper scoping for nested classes.
|
|
</H1>
|
|
<B>bugzilla-daemon@rocky.ximian.com
|
|
</B>
|
|
<A HREF="mailto:bugzilla-daemon%40rocky.ximian.com"
|
|
TITLE="[Mono-bugs] [Bug 35631][Nor] Changed - Improper scoping for nested classes.">bugzilla-daemon@rocky.ximian.com
|
|
</A><BR>
|
|
<I>Sun, 13 Jul 2003 14:18:19 -0400 (EDT)</I>
|
|
<P><UL>
|
|
<LI> Previous message: <A HREF="006342.html">[Mono-bugs] [Bug 46220][Nor] New - Illegal by-ref params argument is accepted by compiler and runtime
|
|
</A></li>
|
|
<LI> Next message: <A HREF="006344.html">[Mono-bugs] [Bug 46221][Wis] New - monodis does not use full methodref name for features
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#6343">[ date ]</a>
|
|
<a href="thread.html#6343">[ thread ]</a>
|
|
<a href="subject.html#6343">[ subject ]</a>
|
|
<a href="author.html#6343">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE>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 <A HREF="mailto:martin@ximian.com.">martin@ximian.com.</A>
|
|
|
|
<A HREF="http://bugzilla.ximian.com/show_bug.cgi?id=35631">http://bugzilla.ximian.com/show_bug.cgi?id=35631</A>
|
|
|
|
--- shadow/35631 Fri Jul 4 15:11:59 2003
|
|
+++ shadow/35631.tmp.27083 Sun Jul 13 14:18:19 2003
|
|
@@ -1,13 +1,13 @@
|
|
Bug#: 35631
|
|
Product: Mono/MCS
|
|
Version: unspecified
|
|
OS: unknown
|
|
OS Details:
|
|
-Status: ASSIGNED
|
|
-Resolution:
|
|
+Status: RESOLVED
|
|
+Resolution: FIXED
|
|
Severity: Unknown
|
|
Priority: Normal
|
|
Component: Misc
|
|
AssignedTo: <A HREF="mailto:martin@ximian.com">martin@ximian.com</A>
|
|
ReportedBy: <A HREF="mailto:seank@users.sf.net">seank@users.sf.net</A>
|
|
QAContact: <A HREF="mailto:mono-bugs@ximian.com">mono-bugs@ximian.com</A>
|
|
@@ -116,6 +116,9 @@
|
|
public class Collide
|
|
{
|
|
Collide() { }
|
|
public static readonly Collide Die = new Collide();
|
|
}
|
|
|
|
+
|
|
+------- Additional Comments From <A HREF="mailto:martin@ximian.com">martin@ximian.com</A> 2003-07-13 14:18 -------
|
|
+Fixed in CVS.
|
|
|
|
</PRE>
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
<LI> Previous message: <A HREF="006342.html">[Mono-bugs] [Bug 46220][Nor] New - Illegal by-ref params argument is accepted by compiler and runtime
|
|
</A></li>
|
|
<LI> Next message: <A HREF="006344.html">[Mono-bugs] [Bug 46221][Wis] New - monodis does not use full methodref name for features
|
|
</A></li>
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#6343">[ date ]</a>
|
|
<a href="thread.html#6343">[ thread ]</a>
|
|
<a href="subject.html#6343">[ subject ]</a>
|
|
<a href="author.html#6343">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
</body></html>
|