[Mono.Profiler.Log] Reverse managed backtrace in SampleHitEvent's
[mono.git] / mcs / errors / cs1521-3.cs
1 // CS1521: Invalid base type `object[]'
2 // Line: 4
3
4 class C2: object[]
5 {
6 }