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