[ilasm] Don't break arguments compatiblity
[mono-project.git] / mcs / errors / cs1590-2.cs
blob33d02f06ecc924ca9e9b842c21c2bd28f52a7368
1 // CS1590: Invalid XML `include' element. Missing `path' attribute
2 // Line: 11
3 // Compiler options: -doc:dummy.xml -warn:1 -warnaserror
5 namespace Testing
7 /// comment
8 public class Test
10 /// <include file='a' />
11 public static void Main ()