* CheckBox.cs: Do not change the status of a checkbox when there
[mono.git] / mcs / errors / syntax0116.cs
1 // cs0116.cs: A namespace cant have members that dont correspond to a class, delegate, interface, union, struct or enum.
2 // Line: 6
3
4 namespace Bar
5 {
6         float a;
7 }