8 lines
96 B
C#
Raw Normal View History

// CS1525: Unexpected symbol `}', expecting `(' or `{'
// Line: 6
class MyClass
{
void a<T>
}