Updated.
[mono.git] / mcs / errors / cs1584-3.cs
1 // Compiler options: -doc:dummy.xml -warnaserror -warn:1
2 using System;
3
4 /// <see cref="." />
5 public class Test
6 {
7 }