DEBSOURCES
Skip Quicknav
sources / mono / 4.6.2.7%2Bdfsg-1 / mcs / errors / cs1525-43.cs
123456789
// CS1525: Unexpected symbol `)', expecting `[', `out', `params', `ref', `this', or `type' // Line: 6 class TestClass { TestClass ([attr]) { } }