[mcs] Reset also all partial parts current-type
[mono-project.git] / mcs / errors / cs0246-27.cs
blob9a0afb5a97a866603f9680369d7c5680fd2679fb
1 // CS0246: The type or namespace name `NotExist' could not be found. Are you missing an assembly reference?
2 // Line: 6
4 class X
6 NotExist<float> foo;