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