"disable_omit_fp" can now be included in MONO_DEBUG
[mono-project.git] / mcs / errors / cs7003-3.cs
bloba5f3c2fb38281194bcad4e712913385fef796466
1 // CS7003: Unbound generic name is not valid in this context
2 // Line: 10
4 class G<T>
8 class C
10 const string f = nameof (G<>);