aboutsummaryrefslogtreecommitdiff
path: root/test/typeparam/issue50417.go
AgeCommit message (Expand)Author
2022-03-09go/types, types2: disable field accesses through type parametersRobert Griesemer
2022-03-01all: avoid use of cmd/compile -G flag in testsMatthew Dempsky
2022-02-09go/types, types2: rename structuralType/String to coreType/StringRobert Griesemer
2022-01-18cmd/compile: support field access for typeparam with structural constraintDan Scales
2022-01-07test/typeparam: adjust test preamble (fix longtests)Robert Griesemer
2022-01-06go/types, types2: implement field access for struct structural constraintsRobert Griesemer