2005-12-23 Miguel de Icaza <miguel@novell.com>
[mono.git] / mcs / mcs / TODO
index 00f7d75ebf6ab98c3df6e590e0fb246f0a93728e..3545196fc9266498142c7c420ab9ec202c1ccc9d 100644 (file)
@@ -1,3 +1,24 @@
+* Value Parameter
+
+       I believe that `Value Parameter' might have been introduced
+       after C# 1.0, also notice than in the treatment of Value Parameter
+       the parameters are defined in four categories:
+
+       Section 9.3 in the latest spec.
+
+
+* Review
+--------
+
+       Reference type equality operators (15.9.6) introduced
+       operator == (C x, C y) where C is a reference type.
+
+       Our compiler used:
+
+       operator == (object a, object b)
+
+       Review our implementation.
+
 New
 ---