[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs0030-3.cs
blob8835ec5acc5c8e729586bf8f4bf344d0f4b5c4af
1 // CS0030: Cannot convert type `string' to `char'
2 // Line: 8
4 public class Blah {
6 public static int Main ()
8 char ch = (char)"a";