2006-06-05 Jonathan Chambers <jonathan.chambers@ansys.com>
[mcs.git] / errors / cs1018.cs
blob7af0185b4c717eadf3c686987078ceadfef7875a
1 // cs1018.cs: Keyword this or base expected
2 // Line: 5
4 class X {
5 X () : {
8 static void Main () {}