// cs0502.cs: 'Sample' cannot be both abstract and sealed // Line: 4 abstract sealed class Sample { }