-
Google
Highlights
- Pro
Block or Report
Block or report griesemer
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
578 contributions in the last year
Less
More
Contribution activity
January 2022
Created 11 commits in 1 repository
Created an issue in golang/go that received 1 comment
cmd/compile: named type constraints that are not interfaces are not automatically embedded in implicit interfaces
Test case: func f[P ~int]() {} func g[P int]() {} var _ = f[int] // this is ok var _ = g[int] // <<< ERROR int is not an interface Per the spec, th…
1
comment

