**** Merged from MCS ****
[mono-project.git] / mcs / errors / cs8210.cs
blob6cb2f9c80098909f72d70e9b6337e075d275c808
1 //
2 // Generic type parameters
3 //
4 class X <Y> {
7 unsafe class A {
9 static void Main ()
11 int size = sizeof (X);