[Mono-bugs] [Bug 57047][Wis] Changed - 'Tokenizer.consume_identifier()' should also store the fact that a given identifier was quoted
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 15 Apr 2004 02:02:31 -0400 (EDT)
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 rharinath@novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=57047
--- shadow/57047 2004-04-15 02:01:30.000000000 -0400
+++ shadow/57047.tmp.22008 2004-04-15 02:02:31.000000000 -0400
@@ -25,6 +25,11 @@
public class A : Attribute {
[@A]
public static void Main() {
}
}
public class AAttribute : Attribute {}
+
+------- Additional Comments From rharinath@novell.com 2004-04-15 02:02 -------
+Created an attachment (id=7377)
+Test case
+