[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs0219-7.cs
blobca40a593c34997a115e4bca6f5970b394169d10b
1 // CS0219: The constant `C' is never used
2 // Line: 9
3 // Compiler options: -warn:3 -warnaserror
5 class C
7 public static void Main ()
9 const int C = 1;