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

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