It looks like the type checker is happy to allow r...
# ktor
d
It looks like the type checker is happy to allow replacing the interface method’s return type with
Nothing
as a compatible return type. I’m not sure if it’s idiomatic to do so, but it seems more ergonomic than just returning `null`…