[mcs] C#7 out variable declaration
[mono.git] / mcs / errors / cs1584-4.cs
1 // CS1584: XML comment on `Test' has syntactically incorrect cref attribute `Mai()n'
2 // Line: 7
3 // Compiler options: -doc:dummy.xml -warnaserror -warn:1
4
5 using System;
6 /// <see cref="Mai()n" />
7 public class Test
8 {
9 }