* Control.cs: fix the checks so that they work correctly for mdi
[mcs.git] / errors / cs0103.cs
blob280d745c67aa342907cebde6fc05693fa2b7113c
1 // cs0103.cs: The name `count' does not exist in the context of `ClassMain'
2 // Line: 6
4 class ClassMain {
5 public static void Main () {
6 count++;