Would it be a breaking change to remove the inline...
# kotest-contributors
e
Would it be a breaking change to remove the inline-modifier from inspectors? API dump stays identical
Right, can't call suspending stuff when not inlining anymore.. 🙂
s
Yep, that's why its inline
Otherwise you need to make the function itself suspend, and then you can't use it in non suspend places
👍 2