Merge pull request #4202 from marek-safar/compression
[mono-project.git] / mcs / errors / cs0429-3.cs
blobb8572b5ba8b1cb8bc58a335fc63f3e993d0cb7a3
1 // CS0429: Unreachable expression code detected
2 // Line: 9
3 // Compiler options: -warn:4 -warnaserror
5 class Main
7 public void Method (int i)
9 var x = true ? 1 : i;