cleol
[mcs.git] / errors / gcs0122-2.cs
blob0f545622818805042ca9bfd8a76dc1675a8dbcaf
1 // CS0122: `Test<A>' 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> ();