2004-06-09 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / errors / gcs0702.cs
1 using System;
2
3 class Foo<T>
4         where T : Array
5 {
6 }