[sgen] Don't trigger collections during allocation of thread objects (#17970)
[mono-project.git] / mcs / errors / cs0815-5.cs
blobe317facf83f97be6d305175303cae27a52243438
1 // CS0815: An implicitly typed local variable declaration cannot be initialized with `method group'
2 // Line: 8
4 public class Tests
6 public static void Main ()
8 var d = Main;