* LabelInfo.cs: Move this type outside of MethodDef, because other
[mono.git] / mcs / errors / cs8214.cs
1
2 using System;
3
4 class X<T> : Attribute {
5 }
6
7 class D { static void Main () {}}