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
bdawg.io
01/05/2019, 6:43 PM
Which class is this for? That's an interesting encounter
g
gildor
01/12/2019, 10:05 AM
Huh, interesting, it's actually following Kotlin name convention for properties