TaskAwaiter from CoreFX
[mono-project.git] / mcs / errors / cs1584-2.cs
blobf86ef9d61b115b400d26287d37e3db6d276d6d00
1 // CS1584: XML comment on `Test' has syntactically incorrect cref attribute `'
2 // Line: 8
3 // Compiler options: -doc:dummy.xml -warnaserror -warn:1
5 using System;
7 /// <see cref="" />
8 public class Test