Join Slack
Powered by
so if a nested class is not `inner` then it is sta...
# announcements
d
Dalinar
06/09/2017, 3:41 AM
so if a nested class is not
inner
then it is static? The docs don't really say anything about that
o
okkero
06/09/2017, 6:52 AM
@Dalinar
I throught that was pretty clear...
okkero
06/09/2017, 6:52 AM
"A class may be marked as inner to be able to access members of outer class. Inner classes carry a reference to an object of an outer class:"
okkero
06/09/2017, 6:53 AM
https://kotlinlang.org/docs/reference/nested-classes.html
d
Dalinar
06/09/2017, 7:37 AM
ah ok i was just searching the page for "static", I get lazy sometimes
Open in Slack
Previous
Next