i assume it is something like `fun <T: Any> ...
# announcements
n
i assume it is something like
fun <T: Any> T?.or(fallback: T) = this ?: fallback
no idea if this would even compile
g
I believe not, I don't see how can bytecode for that be generated. Non-static method calls in bytecode must have a pointer to the caller object.