Files
linux-packaging-mono/mcs/errors/cs7003-4.cs

4 lines
120 B
C#
Raw Normal View History

// CS7003: Unbound generic name is not valid in this context
// Line: 4
using SCGL = System.Collections.Generic.List<>;