2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / gcs0122-2.cs
blob7a4df8bb8229e79c202136878e45989613f2af10
1 // CS0122: `Test<float>' is inaccessible due to its protection level
2 // Line: 8
3 // Compiler options: -r:GCS0122-2-lib.dll
5 class X
7 static void Main ()
9 Test<float> test = new Test<float> ();