methods? Are they the ones looked at and used by the inliner? Are the non-
$$forInline
methods thus rarely used?
i
Ivan Kylchik
03/04/2026, 2:10 PM
Please check out this document.
TLDR (if I remember it right) this is the function that we generate for "suspend inline" functions that will be inlined. They have state machine logic applied and everything else required. To allow to call such functions from Java or reflection we keep original function untouched.