Bugzilla – Bug 321779
[GMCS] parser error for pointer type used as type argument
Last modified: 2007-09-15 21:24:23 UTC
---- Reported by marek.safar@seznam.cz 2006-08-13 10:50:18 MST ---- Please fill in this template when reporting a bug, unless you know what you are doing. Description of Problem: Steps to reproduce the problem: 1. class C<T, U> { } class D { C<char*, int> c; } Actual Results: error CS8025: Parsing error Expected Results: ?.cs(10,19): error CS0306: The type `char*' may not be used as a type argument How often does this happen? Additional Information: ---- Additional Comments From rharinath@novell.com 2006-08-14 08:48:20 MST ---- Should be fixed in SVN r63715. Unknown operating system unknown. Setting to default OS "Other".