DEBSOURCES
Skip Quicknav
sources / mono / 4.6.2.7%2Bdfsg-1 / mcs / errors / cs1525-7.cs
1234567891011
// CS1525: Unexpected symbol `this', expecting `[', `{', or `type' // Line: 8 class M { public static void Main () { p = new this; } }