Join Slack
Powered by
`private val A` will not be compiled to `private s...
# announcements
b
brianwernick
10/07/2016, 3:15 PM
private val A
will not be compiled to
private static final A
.
private val A
just overrides the
set()
method and disallows setting the value (as any access in kotlin uses get/set).
3
Views
Open in Slack
Previous
Next