[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs1570-4.cs
blob0f50aff278a79a577122a31925a34d845495c535
1 // CS1570: XML documentation comment on `Testing.InterfaceTest2' is not well-formed XML markup (The 'summary' start tag on line 1 position 2 does not match the end tag of 'incorrect'. Line 3, position 3.)
2 // Line: 12
3 // Compiler options: -doc:dummy.xml -warn:1 -warnaserror
5 using System;
7 namespace Testing
9 ///<summary>
10 /// incorrect markup comment for interface
11 ///</incorrect>
12 public interface InterfaceTest2