[mcs] Reset also all partial parts current-type
[mono-project.git] / mcs / 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;