Example #1
0
        public static void Main()
        {
            var r1 = new OnProperty().Foo;
            var r2 = new OnField().Field;

            TestArgumentWithTypeNameReferencingANonExistentType();
        }
Example #2
0
 public static void TestArgumentWithTypeNameReferencingANonExistentType()
 {
     _ = new OnProperty().Bar;
 }
 public static void Main()
 {
     var r1 = new OnProperty().Foo;
     var r2 = new OnField().Field;
 }