// "Create property" "false" interface I {} class Main { void usage(I i) { i.setFoo("hello"); } }