9 lines
105 B
C#
Raw Permalink Normal View History

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