[mcs] Reset also all partial parts current-type
[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<>);