[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git] / mcs / errors / cs1584-6.cs
blob6b223273880845a02b6277c2b6b0626fc2d211de
1 // CS1584: XML comment on `Test' has syntactically incorrect cref attribute `IList(<>)'
2 // Line: 8
3 // Compiler options: -doc:dummy.xml -warnaserror -warn:1
5 using System.Collections.Generic;
7 /// <returns>A <see cref="IList({})" />.</returns>
8 public class Test