so if a nested class is not `inner` then it is sta...
# announcements
d
so if a nested class is not
inner
then it is static? The docs don't really say anything about that
o
@Dalinar I throught that was pretty clear...
"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:"
d
ah ok i was just searching the page for "static", I get lazy sometimes