Updated project.
[mono.git] / mcs / errors / cs0502.cs
1 // cs0502.cs: 'Sample' cannot be both abstract and sealed
2 // Line: 4
3
4 abstract sealed class Sample {
5 }