10 lines
99 B
C#
10 lines
99 B
C#
|
// CS1001: Unexpected symbol `)', expecting identifier
|
||
|
// Line: 6
|
||
|
|
||
|
class B<T>
|
||
|
{
|
||
|
T Foo (T)
|
||
|
{
|
||
|
}
|
||
|
}
|