* default.build: Fix relative path to key. Avoid use of ugly foreach
[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 { }