[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs0117-6.cs
blob07b8ea96e95ca3af939ece5bf13b55cfc55668a9
1 // CS0117: `string' does not contain a definition for `Parse'
2 // Line: 10
4 using System;
6 class string_parse
8 public static void Main ()
10 string drawBackLabel = string.Parse("absDrawBack");