Hello everyone, thanks for releasing Kotlin 1.0. I was just being curious about inline functions :
If I call an inline function from a library jar, which I don't have source, will it be inlined properly ?
If so, I am curious about the underlying magic inside.