[loader] LoadFrom of problematic images should reprobe
[mono-project.git] / mcs / errors / cs0029-36.cs
blob781bf1b1f1e648b2903ea4e02c2fb08ec6f17e88
1 // CS0029: Cannot implicitly convert type `void' to `object'
2 // Line: 10
4 using System;
6 class TestClass
8 public static void Main ()
10 Console.WriteLine ($"{ Main () }");