notice there that if i then write ``` Class SubTyp...
# language-proposals
g
notice there that if i then write
Copy code
Class SubTypeOfA : AType
I was hoping that the hack would get the kotlin compiler to be smart enough to realize that the runtime type of
Copy code
val x = SubtypeOfA()
val y = x.apply { };