Updated with review feedback.
[mono.git] / mcs / errors / cs1525-42.cs
1 // CS1525: Unexpected symbol `}', expecting `(', `{', or `=>'
2 // Line: 6
3
4 class MyClass
5 {
6         void a<T>
7 }