You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I hide a StackInline function's implementation behind an interface and don't declare it inline_for_extraction, Kremlin generates code where the function is not inlined, while I would have expected it to fail (and I couldn't see any related warning).
If I hide a
StackInline
function's implementation behind an interface and don't declare itinline_for_extraction
, Kremlin generates code where the function is not inlined, while I would have expected it to fail (and I couldn't see any related warning).Module 1:
Module 2:
Generated code:
The text was updated successfully, but these errors were encountered: