DEBSOURCES
Skip Quicknav
sources / mono / 6.8.0.105%2Bdfsg-3.3 / mcs / errors / cs1525-39.cs
123456789
// CS1525: Unexpected symbol `}', expecting `(', `,', `{', or `where' // Line: 9 using System; namespace Test { class A : Tuple<A> }