[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs0102-6.cs
blob0fc801607b6e04a9baa111d572181bba9e298910
1 // CS0102: The type `X' already contains a definition for `A'
2 // Line: 6
4 class X {
5 const int A = 10;
6 int A () {}