Ejemplo n.º 1
0
        public static void Main()
        {
            StaticMethodOnlyUsed.StaticMethod();

            // We are testing removing interfaces when no instance is created, we need to mark the interface types
            // so that we don't end up testing unused interface types being swept
            var tmp = typeof(IUsedInterface).ToString();
        }
 public static void Main()
 {
     StaticMethodOnlyUsed.StaticMethod();
 }