In gmcs:
authorRaja R Harinath <harinath@hurrynot.org>
Mon, 14 Aug 2006 11:57:42 +0000 (11:57 -0000)
committerRaja R Harinath <harinath@hurrynot.org>
Mon, 14 Aug 2006 11:57:42 +0000 (11:57 -0000)
commitd72da4f2bcb14674f2da074ab1b5fb37366d4b77
tree51732c791783b84ac7f46982da5c57fe45f2ea40
parentde644483a87b7dc4cf36e0cd13151fd8d4c9238d
In gmcs:
Fix #79067
* cs-tokenizer.cs (parse_less_than): Allow '*' to appear in a type
parameter too.  This only avoids a parse error -- the semantic
error is caught elsewhere.

In errors:
* gcs0306.cs: New test based on #79067.

svn path=/trunk/mcs/; revision=63715
mcs/errors/ChangeLog
mcs/errors/gcs0306.cs [new file with mode: 0644]
mcs/gmcs/ChangeLog
mcs/gmcs/cs-tokenizer.cs
mcs/gmcs/generic.cs