[sgen] Don't trigger collections during allocation of thread objects (#17970)
[mono-project.git] / mcs / errors / cs0429-2.cs
blobd85e26abd7102b08863cfb09e42993a3af007ccb
1 // CS0429: Unreachable expression code detected
2 // Line: 11
3 // Compiler options: -warn:4 -warnaserror
5 using System;
7 class Main
9 public void Method (int i)
11 if (5 == 5 || i > 10)
12 Console.WriteLine ("TEST");