2010-04-07 Jb Evain <jbevain@novell.com>
[mcs.git] / 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 ();