private void M() { var t = new Test9(); t.T(() => 3).S(9).T(() => 17 + 1 / 2); }
private void M() { var t = new Test9(); t.T(3).S(9).T(17 + 1 / 2); }