I’m wondering - what is the reason an inlined func...
# language-proposals
s
I’m wondering - what is the reason an inlined function cannot call another inlined function which is either private or internal. While I understand the motivation in the case it wouldn’t be inlined function, since it is inlined, it should not be a problem.