2004-03-16 Martin Baulig <martin@ximian.com>
[mono.git] / mcs / errors / gcs0308.cs
1 using System;
2
3 class X
4 {
5         DateTime<int> now;
6 }