merge r67228-r67235, r67237, r67251 and r67256-67259 to trunk (they are
[mono.git] / mcs / errors / cs1521-3.cs
1 // cs1521-3.cs: Invalid base type
2 // Line: 9
3
4 unsafe class C2: object[]
5 {
6 }