[loader] LoadFrom of problematic images should reprobe
[mono-project.git] / mcs / errors / cs0201-10.cs
bloba76e80adca520f2ff92ecf35ef4183f47177c47f
1 // CS0201: Only assignment, call, increment, decrement, await, and new object expressions can be used as a statement
2 // Line: 9
4 public class X
6 public static void Main ()
8 return;
9 1+1;