cleol
[mcs.git] / errors / gcs0404.cs
blob4b935d369b0bd61d83987250140fd3d03ac8a090
1 // CS0404: '<' unexpected: attributes cannot be generic
2 // Line: 3
3 [Test<T>]
4 class X
6 static void Main ()
7 { }