7 lines
71 B
C#
Raw Normal View History

// CS1675: Enums cannot have type parameters
// Line: 4
enum E<T>
{
}