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
fn foo <a, b, c> (
a: A) {
}
// not
fn foo <a, b, c>
(a: A) {
}
This is more apparent when both generics and arguments are on multiple lines. I'm not 100% sure which is better TBH, so we should probably keep an option for it. Interested on opinions on this too.
The text was updated successfully, but these errors were encountered:
E.g.,
This is more apparent when both generics and arguments are on multiple lines. I'm not 100% sure which is better TBH, so we should probably keep an option for it. Interested on opinions on this too.
The text was updated successfully, but these errors were encountered: