Because overriding with an `inline` function is a ...
# announcements
d
Because overriding with an
inline
function is a problem. Inlining does not work with virtual method calls, the compiler has to resolve the call and inline whatever is statically known as the target.