[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs0110-2.cs
blob5f8ebc35c25b3987a4a8ced7b3f1a64abc59e284
1 // CS0110: The evaluation of the constant value for `E.a' involves a circular definition
2 // Line: 6
4 enum E
6 a = b,
7 b = c,
8 c = a