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
Currently #6642 avoids local functions completely, as local functions all appears IsStatic but they could capture things. When it makes into a feature branch, consider support them like non-capturing lambda.
Also need to consider what to do when the delegate type involves generic parameters from any local functions.