Would it be considered a bug that kotlin calculate...
# reflect
d
Would it be considered a bug that kotlin calculates a different property name for a java class then standard Java Beans properties code does ? Example String getURL() JavaBeans : "URL" Kotlin: "uRL" EDIT: I created KT-29123
b
Which class is this for? That's an interesting encounter
g
Huh, interesting, it's actually following Kotlin name convention for properties