bensku / java-ts-bind

TypeScript bindings for Java with GraalJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Avoid duplicate getters/setters and other members

bensku opened this issue · comments

Transforming get/setX to x conflicts with existing field/method x. We want to detect that and leave the getters and setters as-is.