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
feat(slang): emit default constructor with FunctionKind attribute
Skip modifier functions during emission, track whether a constructor
exists, and emit a default empty constructor with FunctionKind::Constructor
when the contract doesn't define one. Map each Slang FunctionKind to
the corresponding Sol dialect FunctionKind attribute on sol.func.
0 commit comments