Inline function is inlined, that’s it, into the bo...
# announcements
o
Inline function is inlined, that’s it, into the body of calling function. So the calling function would have a reference to a private field, which is not allowed by JVM.
👍 3