[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs0419-4.cs
blobd1ac5a63ad760cb36a4de35437d94f4fdbaa222d
1 // CS0419: Ambiguous reference in cref attribute `DateTime.ToString'. Assuming `System.DateTime.ToString()' but other overloads including `System.DateTime.ToString(string)' have also matched
2 // Line: 10
3 // Compiler options: -doc:dummy.xml -warnaserror -warn:4
4 //
5 // NOTE: this error message is dependent on the order of members, so feel free to modify the message if is going not to match.
7 using System;
9 /// <summary>
10 /// <see cref="DateTime.ToString" />
11 /// </summary>
12 public class EntryPoint
14 static void Main () {