2010-04-06 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs0307-2.cs
blobdcabfe84abc5a01f87d92aafad5e6f5264e65fb2
1 // CS0307: The namespace `N.M' cannot be used with type arguments
2 // Line: 15
4 namespace N
6 namespace M
11 class Test
13 static void Main ()
15 var a = N.M<int> ();