[wasm] Fix WASM CI script. (#6741)
[mono-project.git] / mcs / errors / cs1590-3.cs
blob0b11a7aae39f43108f53c6bfdacad97767d79c61
1 // CS1590: Invalid XML `include' element. Missing `file' attribute
2 // Line: 16
3 // Compiler options: -doc:dummy.xml -warn:1 -warnaserror
5 namespace Testing
7 /// comment
8 public class Test
10 /// comment
11 public static void Main ()
15 /// <include path='/foo/bar' />
16 public void Bar (int x)