svn path=/branches/mono-1-1-9/mcs/; revision=51216
[mono.git] / mcs / errors / gcs0246-6.cs
1 // gcs0246.cs: Cannot find type 'DateTime`1'
2 // Line: 8
3
4 using System;
5
6 class X
7 {
8         DateTime<int> now;
9 }