2010-06-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0119-7.cs
blob4fde3b7df2fbbe16c0dc5a1fafecd0250a938e90
1 // CS0119: Expression denotes a `method group', where a `variable', `value' or `type' was expected
2 // Line: 8
4 class C
6 static void Main ()
8 throw Main;