10 lines
99 B
C#
Raw Normal View History

// CS1001: Unexpected symbol `)', expecting identifier
// Line: 6
class B<T>
{
T Foo (T)
{
}
}