In ilasm/tests:
[mcs.git] / errors / cs0136-5.cs
blob4e20baeb67f66bacb073903d07790be6b293c54b
1 // cs0136-5.cs: A local variable named `i' cannot be declared in this scope because it would give a different meaning to `i', which is already used in a `child' scope
2 // Line: 9
3 class X {
4 void b ()
7 string i;
9 int i;