fix run-test
[mcs.git] / errors / gcs0119.cs
blob156d53bfb0cf193b3462666baa1258cd99dbd75e
1 // CS0119: Expression denotes a `type parameter', where a `variable', `value' or `type' was expected
2 // Line: 8
4 class C
6 static void Foo<T> ()
8 T.ToString ();