Merge all static runtime libs into libmono-static.
[mono.git] / mcs / errors / cs1675.cs
1 // CS1675: Enums cannot have type parameters
2 // Line: 4
3
4 enum E<T>
5 {
6 }