[corlib] Make Marshal.BufferToBSTR(Array, int) non-public again (#5670)
[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 }