2007-03-28 Chris Toshok <toshok@ximian.com>
[mono-project.git] / mcs / 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++;