[System.Data] Try to fix random DataViewTest.DefaultColumnNameAddListChangedTest...
[mono-project.git] / mcs / errors / cs0162.cs
blob6315f43d248fbb81ff551bb8a0da5a698c70170c
1 // CS0162: 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..");