Merge branch 'xml-fixes' of https://github.com/myeisha/mono into myeisha-xml-fixes
[mono-project.git] / mcs / 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> ();