1 // CS0436: The type `System.Runtime.CompilerServices.RuntimeHelpers' conflicts with the imported type of same name'. Ignoring the imported type definition
3 // Compiler options: -warn:2 -warnaserror
5 using System
.Runtime
.CompilerServices
;
7 namespace System
.Runtime
.CompilerServices
9 public class RuntimeHelpers
11 public static void SomeMethod ()
20 public static void Main ()
22 RuntimeHelpers
.SomeMethod (null);