I have a `lateinit var x: X private set`. However...
# announcements
s
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