https://kotlinlang.org logo
#announcements
Title
# announcements
d

darkmoon_uk

11/22/2019, 1:27 AM
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

gildor

11/24/2019, 6:38 AM
I would report an issue with example of Java code that converted incorrectly
a

Alexey Belkov [JB]

11/25/2019, 1:25 PM
Yes, please report an issue at http://kotl.in/issue. Thanks in advance!