2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs0308-3.cs
blob140d3af9f1f773a95290a6e81373ed46cacf405d
1 // CS0308: The non-generic type `System.DateTime' cannot be used with the type arguments
2 // Line: 8
4 using System;
6 class X
8 DateTime<int> now;