[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs1574-2.cs
blob4f1587cc848d7bf07707932b59e5f0e29487223b
1 // CS1574: XML comment on `Test' has cref attribute `Method(System.String)' that could not be resolved
2 // Line: 8
3 // Compiler options: -doc:dummy.xml -warnaserror -warn:1
5 using System;
7 /// <seealso cref="Method(System.String)"/>
8 public class Test