[ilasm] Don't break arguments compatiblity
[mono-project.git] / mcs / errors / cs1525-39.cs
blob61b9d8ce5e8f0db4daa2e9fb6bdf253d769a8091
1 // CS1525: Unexpected symbol `}', expecting `(', `,', `{', or `where'
2 // Line: 9
4 using System;
6 namespace Test
8 class A : Tuple<A>