[jit] Fix the saving of the 'cfg->ret_var_set' flag when inlining, it was set to...
[mono.git] / mcs / errors / cs1584-3.cs
1 // CS1584: XML comment on `Test' has syntactically incorrect cref attribute `.'
2 // Line: 8
3 // Compiler options: -doc:dummy.xml -warnaserror -warn:1
4
5 using System;
6
7 /// <see cref="." />
8 public class Test
9 {
10 }