(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / errors / cs0502.cs
blobb589cba2f756498a6150cdfedcc97edbd06fc5d6
1 // cs0502.cs: 'Sample' cannot be both abstract and sealed
2 // Line: 4
4 abstract sealed class Sample {