2007-10-17 Geoff Norton <gnorton@novell.com>
[mono.git] / mcs / errors / gcs0689.cs
1 // gcs0689.cs: Cannot derive from `T' because it is a type parameter
2 // Line: 4
3
4 class Stack<T> : T { }