**** Merged from MCS ****
[mono-project.git] / mcs / errors / cs0162.cs
blobc9dfc18a2ffe0a33705cc952b86b62e288f01410
1 // cs0162.cs: Unreachable code detected
2 // Line: 12
3 // Compiler options: -t:library
5 using System;
7 class E
9 public void Method (int i)
11 throw new ArgumentNullException ();
12 Console.WriteLine ("Once upon a time..");