In one of my (java) libraries, I had a public field visible:
It compiles okay in 2.52, but not in 2.70 . In 2.70 it does not see this field.
B4X:
public boolean isVisible = false;