update readme (#21797)
[mono-project.git] / mcs / errors / cs0673.cs
blobb88ee1fa44b70b1ce14ca9519956281801a31fc6
1 // CS0673: System.Void cannot be used from C#. Consider using `void'
2 // Line: 8
4 public class X
6 public static void Main()
8 System.Type t = typeof (System.Void);