Merge branch 'xml-fixes' of https://github.com/myeisha/mono into myeisha-xml-fixes
[mono-project.git] / mcs / errors / gcs0119-2.cs
blob5d67a55576a6e398d4476ff21a5041ca263580c8
1 // CS0119: Expression denotes a `type', where a `variable' or `value' was expected
2 // Line: 12
4 public class Foo<T>
8 class X
10 static void Main ()
12 Foo<X> = new Foo<X> ();