Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gcs0689.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8a8103211d25f4c0b8f06115c027d07cff01f0f8 (plain)
1
2
3
4
// gcs0689.cs: Cannot derive from `T' because it is a type parameter
// Line: 4

class Stack<T> : T { }