What will be returned if i just declare a `var`in ...
# announcements
f
What will be returned if i just declare a `var`in interface? Initialisation is not done yet. I read lateinit var is not permitted in interface.
d
It's like creating a getX and setX method in the interface, basically.