when I have a different file `BingBong.kt` with a ...
# getting-started
w
when I have a different file
BingBong.kt
with a
val lol = Cojones()
and in Main.kt I import
lol
. and then I do
lol.slap()
. when is
lol
initialized? on start, on import or when I first use lol?