typo on last commit
[mono.git] / 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