oops.
[mono.git] / mcs / errors / gcs0698.cs
1 // cs0698.cs: Generic type can not derive from Attribute class
2 // Line: 5
3
4 using System;
5
6 class Stack<T> : Attribute
7 { }