Properly initialize a rgctx template. Fixes bxc #1147.
[mono-project.git] / mcs / errors / cs0308-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;