2010-04-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs1018-2.cs
blob5a9ecbad7bd3e0aca89aacb99cba0305c89ca082
1 // CS1018: Keyword `this' or `base' expected
2 // Line: 7
4 class Bar
6 Bar(int a)
7 :super()