Merge pull request #1900 from esdrubal/cyclic-ref
[mono-project.git] / mcs / errors / cs1001-4.cs
blob451eb4b827aecedfd4e19ae24e21c2a06abdbf4a
1 // CS1001: Unexpected symbol `)', expecting identifier
2 // Line: 6
4 class B<T>
6 T Foo (T)