public void TestAmbiguous() { var def = new DefaultParameters(); def.Foo(1, 2); def.Bar(); }
public void TestAmbiguous() { var def = new DefaultParameters(); def.Foo(1, 2); def.Bar(); using (Foo foo = new Foo()) { Common.HasPointerParam(foo, 0); Common.HasPointerParam(foo); } }
public void TestAmbiguous() { var def = new DefaultParameters(); def.Foo(1, 2); def.Bar(); using (Foo foo = new Foo()) { common.hasPointerParam(foo, 0); common.hasPointerParam(foo); } }