class Foo { foo = 0; test(other) { this.foo++; ++this.foo; other.obj.foo++; ++other.obj.foo; } }