[mcs] Reset also all partial parts current-type
[mono-project.git] / mcs / errors / cs1547-6.cs
blobd89e3198f359bc8b0edaba1d72a0591dcfd026ef
1 // CS1547: Keyword `void' cannot be used in this context
2 // Line: 6
4 class C {
5 object o = new void();