提交 609ff98f 编写于 作者: M Marek Safar

2009-02-13 Marek Safar <marek.safar@gmail.com>

	A fix for bug #475342
	* cs-parser.jay: Using 'super' instead of 'base' to call base
	constructor crashes compiler.


svn path=/trunk/mcs/; revision=126822
上级 9786bcd9
2009-02-13 Marek Safar <marek.safar@gmail.com>
A fix for bug #475342
* cs-parser.jay: Using 'super' instead of 'base' to call base
constructor crashes compiler.
2009-02-13 Marek Safar <marek.safar@gmail.com>
A fix for bug #475354
......@@ -2154,7 +2154,7 @@ constructor_initializer
$$ = new ConstructorThisInitializer ((ArrayList) $5, (Location) $2);
}
| COLON error {
Report.Error (1018, (Location) $1, "Keyword this or base expected");
Report.Error (1018, GetLocation ($1), "Keyword `this' or `base' expected");
$$ = null;
}
;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册