Merge pull request #3585 from lateralusX/jlorenss/win-counter-warning
[mono.git] / mcs / errors / cs1584-5.cs
1 // CS1584: XML comment on `Test' has syntactically incorrect cref attribute `Test[]'
2 // Line: 6
3 // Compiler options: -doc:dummy.xml -warnaserror -warn:1
4
5 /// <see cref="Test[]" />
6 public class Test
7 {
8 }