7 lines
142 B
C#
Raw Normal View History

// CS1001: Unexpected symbol `}', expecting identifier
// Line: 6
public class Foo
{
public event System.Collections.Generic.IList<int>
}