[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs0133.cs
blobf0dda9ee3cb38aa5941575adf7df0a2b3a071e5a
1 // CS0133: The expression being assigned to `x' must be a constant or default value
2 // Line: 7
4 class X {
5 X (int arg)
7 const int x = arg;