Merge branch 'xml-fixes' of https://github.com/myeisha/mono into myeisha-xml-fixes
[mono-project.git] / mcs / errors / gcs0702.cs
blob409b41a9bfc55fe785dd4d2d12a27f9d9e6ec30e
1 // CS0702: A constraint cannot be special class `System.Array'
2 // Line: 8
4 using System;
6 class Foo<T>
7 where T : Array