2007-03-28 Chris Toshok <toshok@ximian.com>
[mono-project.git] / mcs / errors / cs1547-6.cs
blobf8605cfbfc38465b45bd877b4176328e02462bae
1 // CS1547: Keyword `void' cannot be used in this context
2 // Line: 6
4 class C {
5 object o = new void();