https://kotlinlang.org logo
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