[Mono-devel-list] [Patch] Fix for Bugzilla #56456
Miguel de Icaza
miguel at ximian.com
Wed Apr 14 23:54:07 EDT 2004
Hello!
> I'm starting with a simple testcase. This patch fixes the testcase
> listed in the bug. However, it does not accept the following:
>
> using System;
> public class A : Attribute {
> [@A]
> public static void Main() {
> }
> }
> public class AAttribute : Attribute {}
>
> This is one of the solutions suggested by the compiler to the
> original testcase. The problem, AFAI can make out, is that
> Tokenizer.consume_identifier does not record the fact that an
> identifier was quoted.
For now, this looks good. I will ponder about how to keep track of this
information, but I can not think of one now.
miguel
More information about the Mono-devel-list
mailing list