<@U0QKQ7H3R> the code in the Kotlin part makes it ...
# feed
k
@nfrankel the code in the Kotlin part makes it look as if the extension method body is inlined at call site. That's only true if the function is an
inline
function.