2010-06-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0429-2.cs
blob7d9423ea4c777112293e1c5907cc0084c77f443b
1 // cs0429.cs: 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");