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

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