2007-03-28 Chris Toshok <toshok@ximian.com>
[mono-project.git] / mcs / errors / cs0023-6.cs
blob30556f22d3d081f4842d48cfed00ee2d76894cde
1 // CS0023: The `.' operator cannot be applied to operand of type `void'
2 // Line: 8
4 class C
6 public static void Main ()
8 string s = void.ToString ();