2010-06-03 Jb Evain <jbevain@novell.com>
[mcs.git] / 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