quote only work on lambda on net_4_0
[mcs.git] / errors / cs1525-7.cs
blob9ac639029fdedf3cea84ada4d1437644d4a336f8
1 // CS1525: Unexpected symbol `this', expecting `[', `{', or `type'
2 // Line: 8
4 class M
6 public static void Main ()
8 p = new this;