* CheckBox.cs: Do not change the status of a checkbox when there
[mono.git] / mcs / errors / cs0621.cs
1 // cs0621.cs: X.method virtual or abstract methods can not be private
2 // Line:
3 class X {
4         virtual void method () {}
5 }