[Mono-bugs] [Bug 79067][Min] New - [GMCS] parser error for pointer type used as type argument

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sun Aug 13 10:50:19 EDT 2006


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 marek.safar at seznam.cz.

http://bugzilla.ximian.com/show_bug.cgi?id=79067

--- shadow/79067	2006-08-13 10:50:18.000000000 -0400
+++ shadow/79067.tmp.4045	2006-08-13 10:50:18.000000000 -0400
@@ -0,0 +1,47 @@
+Bug#: 79067
+Product: Mono: Compilers
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Minor
+Component: C#
+AssignedTo: rharinath at novell.com                            
+ReportedBy: marek.safar at seznam.cz               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: [GMCS] parser error for pointer type used as type argument
+
+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:


More information about the mono-bugs mailing list