Properly initialize a rgctx template. Fixes bxc #1147.
[mono-project.git] / mcs / errors / cs0689.cs
blob0ae5030f9681c9dae731c0b4e61bd0c3b9621f5b
1 // CS0689: `Stack<T>': Cannot derive from type parameter `T'
2 // Line: 4
4 class Stack<T> : T { }