2010-06-04 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0103-2.cs
blob3ed7e3586c30685abc14f46e855b62b6a3613808
1 // CS0103: The name `i' does not exist in the current context
2 // Line: 9
3 // Compiler options: -r:CS0103-2-lib.dll
5 class A : C
7 void Test ()
9 i = 0;