2010-05-19 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0162.cs
blob43691d8eb927e3486d8f6ed345f8564b51cb76e0
1 // cs0162.cs: Unreachable code detected
2 // Line: 12
3 // Compiler options: -warnaserror -warn:2
5 using System;
7 class E
9 public void Method (int i)
11 throw new ArgumentNullException ();
12 Console.WriteLine ("Once upon a time..");