maybe rename `private Foo foo;` to `private Foo mFoo;`
s
maybe rename
private Foo foo;
to
private Foo mFoo;
s
Is there a way around this, without renaming one of them?
s
I don’t know.