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
When private method is called from overrided inline function (like spend), then compiler gednerate calls to bridge method
MyObject$inline$method inside inline$method.
Need to handle this during code generation..