2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0103-5.cs
blobec03da4f81ed252a0172753aad3795ba369a8230
1 // CS0103: The name `i' does not exist in the current context
2 // Line: 6
4 class X {
5 void Y () {
6 for (; true; ++i) { break; }