typo on last commit
authorJackson Harper <jackson@novell.com>
Wed, 21 Jul 2004 14:28:37 +0000 (14:28 -0000)
committerJackson Harper <jackson@novell.com>
Wed, 21 Jul 2004 14:28:37 +0000 (14:28 -0000)
svn path=/trunk/mcs/; revision=31332

mcs/ilasm/parser/ILParser.jay

index 3d51f34262237a602eeb06a1a42b0d257c9f00df..67c9d234af1832d42a69b145f5b1b42b584a2df6 100644 (file)
@@ -728,7 +728,7 @@ type                        : K_CLASS class_ref
                           }\r
                        | type OPEN_BRACKET CLOSE_BRACKET\r
                           {\r
-                                ITypeRef base_type = GetTypeRef ((TypeRef) $1);\r
+                                ITypeRef base_type = GetTypeRef ((ITypeRef) $1);\r
                                 base_type.MakeArray ();\r
                                 $$ = base_type;\r
                           }\r