[interp] Fall back to old implementation when calling on proxy
[mono-project.git] / mcs / errors / cs1570-3.cs
bloba1b1b8747e014ff8929d115948f62c3f652a3b18
1 // CS1570: XML documentation comment on `Testing.StructTest2' 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: 10
3 // Compiler options: -doc:dummy.xml -warn:1 -warnaserror
5 namespace Testing
7 ///<summary>
8 /// incorrect markup comment for struct
9 ///</incorrect>
10 public struct StructTest2