Unfortunately the experimental Java-to-Kotlin conv...
# announcements
d
Unfortunately the experimental Java-to-Kotlin converter is outputting 'garbage' results for me: • Nested comment blocks are being left un-matched resulting in half the output being 'commented out' • Confused output for properties e.g.
Copy code
override var customText6: String? = null public get() {
    return field
  }
...is this ☝️ backed by a variable or computed? 🤦
g
I would report an issue with example of Java code that converted incorrectly
a
Yes, please report an issue at http://kotl.in/issue. Thanks in advance!