In ilasm/tests:
[mcs.git] / errors / gcs0702.cs
blob7152ecb83afe03f0aff62db46574e29e6fd41f67
1 // gcs0702.cs: Bound cannot be special class `System.Array'
2 // Line: 8
4 using System;
6 class Foo<T>
7 where T : Array