[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs0136-5.cs
blobd8ec116af0e0970534304b7c1b30170e867dd801
1 // CS0136: 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 to denote something else
2 // Line: 9
3 class X {
4 void b ()
7 string i;
9 int i;