Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs / errors / cs7003-4.cs
1 // CS7003: Unbound generic name is not valid in this context
2 // Line: 4
3
4 using SCGL = System.Collections.Generic.List<>;