is there a way to get something like "inner object...
# announcements
l
is there a way to get something like "inner objects" ? an object inside a class that has access to the outer classes properties? or maybe im completely oblivious of something obvious?
b
it's literally
inner
l
i know but
inner
is not applicable to
object
b
Ah, gotcha what you want 🤔
i wonder why
inner object
isnt allowed
b
What's your usecase? It seems impossible, because
object
can be used without instantiating outer class
l
the use case is a bit complicated to explain, but you already answered my question 😄