Join Slack
Powered by
I have a `lateinit var x: X private set`. However...
# announcements
s
skennedy
09/18/2017, 11:04 PM
I have a
lateinit var x: X private set
. However, it creates a private setter method, even though it’s never called (the field is set directly), which results in bytecode analysis complaining about an unused private method.
youtrack
3
Open in Slack
Previous
Next