Join Slack
Communities
Powered by
I noticed that simple `val` inside `object`s are t...
# announcements
e
elect
12/04/2018, 9:48 AM
I noticed that simple
val
inside `object`s are translated in java as
private
, while
const val
are
public
.. why?
❓ 1
g
gildor
12/04/2018, 9:51 AM
I highly doubt about it. val inside object translated to private field and public getter
e
elect
12/04/2018, 9:52 AM
uh, right
elect
12/04/2018, 9:52 AM
thanks
Open in Slack
Previous
Next