]> Cypherpunks.ru repositories - gostls13.git/commit
go/types, types2: move shared tests into internal/types/testdata
authorRobert Griesemer <gri@golang.org>
Fri, 2 Sep 2022 01:38:08 +0000 (18:38 -0700)
committerRobert Griesemer <gri@google.com>
Fri, 2 Sep 2022 02:58:32 +0000 (02:58 +0000)
commit57ade1fd0bc58e726e287efc9d8e1e87c5afa5ce
tree8aa9f7d79b032052b9990ffe8c4f467ddd6a662a
parente2d2d3a4a6edf1e571a5aca1eaaf55ffcc4d6eba
go/types, types2: move shared tests into internal/types/testdata

This CL moves the directories check, examples, fixedbugs, and spec
from inside go/types/testdata to internal/types/testdata. Except
for the directory adjustments to check_test.go files, this is a
pure file move.

With this CL, both type checkers now share identical tests in an
independent location.

Fixes #54511.

Change-Id: Ib335692d927e93867a158b338f105c2b87e74dbe
Reviewed-on: https://go-review.googlesource.com/c/go/+/427674
Reviewed-by: Robert Griesemer <gri@google.com>
Reviewed-by: Robert Findley <rfindley@google.com>
Run-TryBot: Robert Griesemer <gri@google.com>
Auto-Submit: Robert Griesemer <gri@google.com>
236 files changed:
src/cmd/compile/internal/types2/check_test.go
src/go/types/check_test.go
src/internal/types/testdata/check/blank.go [moved from src/go/types/testdata/check/blank.go with 100% similarity]
src/internal/types/testdata/check/builtins0.go [moved from src/go/types/testdata/check/builtins0.go with 100% similarity]
src/internal/types/testdata/check/builtins1.go [moved from src/go/types/testdata/check/builtins1.go with 100% similarity]
src/internal/types/testdata/check/chans.go [moved from src/go/types/testdata/check/chans.go with 100% similarity]
src/internal/types/testdata/check/compliterals.go [moved from src/go/types/testdata/check/compliterals.go with 100% similarity]
src/internal/types/testdata/check/const0.go [moved from src/go/types/testdata/check/const0.go with 100% similarity]
src/internal/types/testdata/check/const1.go [moved from src/go/types/testdata/check/const1.go with 100% similarity]
src/internal/types/testdata/check/constdecl.go [moved from src/go/types/testdata/check/constdecl.go with 100% similarity]
src/internal/types/testdata/check/conversions0.go [moved from src/go/types/testdata/check/conversions0.go with 100% similarity]
src/internal/types/testdata/check/conversions1.go [moved from src/go/types/testdata/check/conversions1.go with 100% similarity]
src/internal/types/testdata/check/cycles0.go [moved from src/go/types/testdata/check/cycles0.go with 100% similarity]
src/internal/types/testdata/check/cycles1.go [moved from src/go/types/testdata/check/cycles1.go with 100% similarity]
src/internal/types/testdata/check/cycles2.go [moved from src/go/types/testdata/check/cycles2.go with 100% similarity]
src/internal/types/testdata/check/cycles3.go [moved from src/go/types/testdata/check/cycles3.go with 100% similarity]
src/internal/types/testdata/check/cycles4.go [moved from src/go/types/testdata/check/cycles4.go with 100% similarity]
src/internal/types/testdata/check/cycles5.go [moved from src/go/types/testdata/check/cycles5.go with 100% similarity]
src/internal/types/testdata/check/decls0.go [moved from src/go/types/testdata/check/decls0.go with 100% similarity]
src/internal/types/testdata/check/decls1.go [moved from src/go/types/testdata/check/decls1.go with 100% similarity]
src/internal/types/testdata/check/decls2/decls2a.go [moved from src/go/types/testdata/check/decls2/decls2a.go with 100% similarity]
src/internal/types/testdata/check/decls2/decls2b.go [moved from src/go/types/testdata/check/decls2/decls2b.go with 100% similarity]
src/internal/types/testdata/check/decls3.go [moved from src/go/types/testdata/check/decls3.go with 100% similarity]
src/internal/types/testdata/check/decls4.go [moved from src/go/types/testdata/check/decls4.go with 100% similarity]
src/internal/types/testdata/check/decls5.go [moved from src/go/types/testdata/check/decls5.go with 100% similarity]
src/internal/types/testdata/check/errors.go [moved from src/go/types/testdata/check/errors.go with 100% similarity]
src/internal/types/testdata/check/expr0.go [moved from src/go/types/testdata/check/expr0.go with 100% similarity]
src/internal/types/testdata/check/expr1.go [moved from src/go/types/testdata/check/expr1.go with 100% similarity]
src/internal/types/testdata/check/expr2.go [moved from src/go/types/testdata/check/expr2.go with 100% similarity]
src/internal/types/testdata/check/expr3.go [moved from src/go/types/testdata/check/expr3.go with 100% similarity]
src/internal/types/testdata/check/funcinference.go [moved from src/go/types/testdata/check/funcinference.go with 100% similarity]
src/internal/types/testdata/check/go1_12.go [moved from src/go/types/testdata/check/go1_12.go with 100% similarity]
src/internal/types/testdata/check/go1_13.go [moved from src/go/types/testdata/check/go1_13.go with 100% similarity]
src/internal/types/testdata/check/go1_16.go [moved from src/go/types/testdata/check/go1_16.go with 100% similarity]
src/internal/types/testdata/check/go1_8.go [moved from src/go/types/testdata/check/go1_8.go with 100% similarity]
src/internal/types/testdata/check/gotos.go [moved from src/go/types/testdata/check/gotos.go with 100% similarity]
src/internal/types/testdata/check/importC.go [moved from src/go/types/testdata/check/importC.go with 100% similarity]
src/internal/types/testdata/check/importdecl0/importdecl0a.go [moved from src/go/types/testdata/check/importdecl0/importdecl0a.go with 100% similarity]
src/internal/types/testdata/check/importdecl0/importdecl0b.go [moved from src/go/types/testdata/check/importdecl0/importdecl0b.go with 100% similarity]
src/internal/types/testdata/check/importdecl1/importdecl1a.go [moved from src/go/types/testdata/check/importdecl1/importdecl1a.go with 100% similarity]
src/internal/types/testdata/check/importdecl1/importdecl1b.go [moved from src/go/types/testdata/check/importdecl1/importdecl1b.go with 100% similarity]
src/internal/types/testdata/check/init0.go [moved from src/go/types/testdata/check/init0.go with 100% similarity]
src/internal/types/testdata/check/init1.go [moved from src/go/types/testdata/check/init1.go with 100% similarity]
src/internal/types/testdata/check/init2.go [moved from src/go/types/testdata/check/init2.go with 100% similarity]
src/internal/types/testdata/check/issue25008/issue25008a.go [moved from src/go/types/testdata/check/issue25008/issue25008a.go with 100% similarity]
src/internal/types/testdata/check/issue25008/issue25008b.go [moved from src/go/types/testdata/check/issue25008/issue25008b.go with 100% similarity]
src/internal/types/testdata/check/issues0.go [moved from src/go/types/testdata/check/issues0.go with 100% similarity]
src/internal/types/testdata/check/issues1.go [moved from src/go/types/testdata/check/issues1.go with 100% similarity]
src/internal/types/testdata/check/labels.go [moved from src/go/types/testdata/check/labels.go with 100% similarity]
src/internal/types/testdata/check/linalg.go [moved from src/go/types/testdata/check/linalg.go with 100% similarity]
src/internal/types/testdata/check/literals.go [moved from src/go/types/testdata/check/literals.go with 100% similarity]
src/internal/types/testdata/check/main0.go [moved from src/go/types/testdata/check/main0.go with 100% similarity]
src/internal/types/testdata/check/main1.go [moved from src/go/types/testdata/check/main1.go with 100% similarity]
src/internal/types/testdata/check/map0.go [moved from src/go/types/testdata/check/map0.go with 100% similarity]
src/internal/types/testdata/check/map1.go [moved from src/go/types/testdata/check/map1.go with 100% similarity]
src/internal/types/testdata/check/methodsets.go [moved from src/go/types/testdata/check/methodsets.go with 100% similarity]
src/internal/types/testdata/check/shifts.go [moved from src/go/types/testdata/check/shifts.go with 100% similarity]
src/internal/types/testdata/check/slices.go [moved from src/go/types/testdata/check/slices.go with 100% similarity]
src/internal/types/testdata/check/stmt0.go [moved from src/go/types/testdata/check/stmt0.go with 100% similarity]
src/internal/types/testdata/check/stmt1.go [moved from src/go/types/testdata/check/stmt1.go with 100% similarity]
src/internal/types/testdata/check/typeinference.go [moved from src/go/types/testdata/check/typeinference.go with 100% similarity]
src/internal/types/testdata/check/typeinst0.go [moved from src/go/types/testdata/check/typeinst0.go with 100% similarity]
src/internal/types/testdata/check/typeinst1.go [moved from src/go/types/testdata/check/typeinst1.go with 100% similarity]
src/internal/types/testdata/check/typeinstcycles.go [moved from src/go/types/testdata/check/typeinstcycles.go with 100% similarity]
src/internal/types/testdata/check/typeparams.go [moved from src/go/types/testdata/check/typeparams.go with 100% similarity]
src/internal/types/testdata/check/unions.go [moved from src/go/types/testdata/check/unions.go with 100% similarity]
src/internal/types/testdata/check/vardecl.go [moved from src/go/types/testdata/check/vardecl.go with 100% similarity]
src/internal/types/testdata/examples/constraints.go [moved from src/go/types/testdata/examples/constraints.go with 100% similarity]
src/internal/types/testdata/examples/functions.go [moved from src/go/types/testdata/examples/functions.go with 100% similarity]
src/internal/types/testdata/examples/inference.go [moved from src/go/types/testdata/examples/inference.go with 100% similarity]
src/internal/types/testdata/examples/methods.go [moved from src/go/types/testdata/examples/methods.go with 100% similarity]
src/internal/types/testdata/examples/operations.go [moved from src/go/types/testdata/examples/operations.go with 100% similarity]
src/internal/types/testdata/examples/types.go [moved from src/go/types/testdata/examples/types.go with 100% similarity]
src/internal/types/testdata/examples/typesets.go [moved from src/go/types/testdata/examples/typesets.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue20583.go [moved from src/go/types/testdata/fixedbugs/issue20583.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue23203a.go [moved from src/go/types/testdata/fixedbugs/issue23203a.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue23203b.go [moved from src/go/types/testdata/fixedbugs/issue23203b.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue25838.go [moved from src/go/types/testdata/fixedbugs/issue25838.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue26390.go [moved from src/go/types/testdata/fixedbugs/issue26390.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue28251.go [moved from src/go/types/testdata/fixedbugs/issue28251.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue39634.go [moved from src/go/types/testdata/fixedbugs/issue39634.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue39664.go [moved from src/go/types/testdata/fixedbugs/issue39664.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue39680.go [moved from src/go/types/testdata/fixedbugs/issue39680.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue39693.go [moved from src/go/types/testdata/fixedbugs/issue39693.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue39699.go [moved from src/go/types/testdata/fixedbugs/issue39699.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue39711.go [moved from src/go/types/testdata/fixedbugs/issue39711.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue39723.go [moved from src/go/types/testdata/fixedbugs/issue39723.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue39725.go [moved from src/go/types/testdata/fixedbugs/issue39725.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue39754.go [moved from src/go/types/testdata/fixedbugs/issue39754.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue39755.go [moved from src/go/types/testdata/fixedbugs/issue39755.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue39768.go [moved from src/go/types/testdata/fixedbugs/issue39768.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue39938.go [moved from src/go/types/testdata/fixedbugs/issue39938.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue39948.go [moved from src/go/types/testdata/fixedbugs/issue39948.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue39976.go [moved from src/go/types/testdata/fixedbugs/issue39976.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue39982.go [moved from src/go/types/testdata/fixedbugs/issue39982.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue40038.go [moved from src/go/types/testdata/fixedbugs/issue40038.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue40056.go [moved from src/go/types/testdata/fixedbugs/issue40056.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue40057.go [moved from src/go/types/testdata/fixedbugs/issue40057.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue40301.go [moved from src/go/types/testdata/fixedbugs/issue40301.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue40350.go [moved from src/go/types/testdata/fixedbugs/issue40350.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue40684.go [moved from src/go/types/testdata/fixedbugs/issue40684.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue40789.go [moved from src/go/types/testdata/fixedbugs/issue40789.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue41124.go [moved from src/go/types/testdata/fixedbugs/issue41124.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue42695.go [moved from src/go/types/testdata/fixedbugs/issue42695.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue42758.go [moved from src/go/types/testdata/fixedbugs/issue42758.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue42881.go [moved from src/go/types/testdata/fixedbugs/issue42881.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue42987.go [moved from src/go/types/testdata/fixedbugs/issue42987.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue43056.go [moved from src/go/types/testdata/fixedbugs/issue43056.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue43087.go [moved from src/go/types/testdata/fixedbugs/issue43087.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue43109.go [moved from src/go/types/testdata/fixedbugs/issue43109.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue43110.go [moved from src/go/types/testdata/fixedbugs/issue43110.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue43124.go [moved from src/go/types/testdata/fixedbugs/issue43124.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue43125.go [moved from src/go/types/testdata/fixedbugs/issue43125.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue43190.go [moved from src/go/types/testdata/fixedbugs/issue43190.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue43527.go [moved from src/go/types/testdata/fixedbugs/issue43527.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue43671.go [moved from src/go/types/testdata/fixedbugs/issue43671.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue44688.go [moved from src/go/types/testdata/fixedbugs/issue44688.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue44799.go [moved from src/go/types/testdata/fixedbugs/issue44799.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue45114.go [moved from src/go/types/testdata/fixedbugs/issue45114.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue45548.go [moved from src/go/types/testdata/fixedbugs/issue45548.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue45550.go [moved from src/go/types/testdata/fixedbugs/issue45550.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue45635.go [moved from src/go/types/testdata/fixedbugs/issue45635.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue45639.go [moved from src/go/types/testdata/fixedbugs/issue45639.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue45920.go [moved from src/go/types/testdata/fixedbugs/issue45920.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue45985.go [moved from src/go/types/testdata/fixedbugs/issue45985.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue46090.go [moved from src/go/types/testdata/fixedbugs/issue46090.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue46275.go [moved from src/go/types/testdata/fixedbugs/issue46275.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue46403.go [moved from src/go/types/testdata/fixedbugs/issue46403.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue46404.go [moved from src/go/types/testdata/fixedbugs/issue46404.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue46461.go [moved from src/go/types/testdata/fixedbugs/issue46461.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue46583.go [moved from src/go/types/testdata/fixedbugs/issue46583.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue47031.go [moved from src/go/types/testdata/fixedbugs/issue47031.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue47115.go [moved from src/go/types/testdata/fixedbugs/issue47115.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue47127.go [moved from src/go/types/testdata/fixedbugs/issue47127.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue47411.go [moved from src/go/types/testdata/fixedbugs/issue47411.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue47747.go [moved from src/go/types/testdata/fixedbugs/issue47747.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue47796.go [moved from src/go/types/testdata/fixedbugs/issue47796.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue47818.go [moved from src/go/types/testdata/fixedbugs/issue47818.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue47887.go [moved from src/go/types/testdata/fixedbugs/issue47887.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue47968.go [moved from src/go/types/testdata/fixedbugs/issue47968.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue48008.go [moved from src/go/types/testdata/fixedbugs/issue48008.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue48018.go [moved from src/go/types/testdata/fixedbugs/issue48018.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue48048.go [moved from src/go/types/testdata/fixedbugs/issue48048.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue48082.go [moved from src/go/types/testdata/fixedbugs/issue48082.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue48083.go [moved from src/go/types/testdata/fixedbugs/issue48083.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue48136.go [moved from src/go/types/testdata/fixedbugs/issue48136.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue48234.go [moved from src/go/types/testdata/fixedbugs/issue48234.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue48312.go [moved from src/go/types/testdata/fixedbugs/issue48312.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue48472.go [moved from src/go/types/testdata/fixedbugs/issue48472.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue48529.go [moved from src/go/types/testdata/fixedbugs/issue48529.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue48582.go [moved from src/go/types/testdata/fixedbugs/issue48582.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue48619.go [moved from src/go/types/testdata/fixedbugs/issue48619.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue48656.go [moved from src/go/types/testdata/fixedbugs/issue48656.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue48695.go [moved from src/go/types/testdata/fixedbugs/issue48695.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue48703.go [moved from src/go/types/testdata/fixedbugs/issue48703.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue48712.go [moved from src/go/types/testdata/fixedbugs/issue48712.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue48819.go [moved from src/go/types/testdata/fixedbugs/issue48819.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue48827.go [moved from src/go/types/testdata/fixedbugs/issue48827.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue48951.go [moved from src/go/types/testdata/fixedbugs/issue48951.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue48962.go [moved from src/go/types/testdata/fixedbugs/issue48962.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue48974.go [moved from src/go/types/testdata/fixedbugs/issue48974.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue49003.go [moved from src/go/types/testdata/fixedbugs/issue49003.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue49005.go [moved from src/go/types/testdata/fixedbugs/issue49005.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue49043.go [moved from src/go/types/testdata/fixedbugs/issue49043.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue49112.go [moved from src/go/types/testdata/fixedbugs/issue49112.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue49179.go [moved from src/go/types/testdata/fixedbugs/issue49179.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue49242.go [moved from src/go/types/testdata/fixedbugs/issue49242.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue49247.go [moved from src/go/types/testdata/fixedbugs/issue49247.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue49276.go [moved from src/go/types/testdata/fixedbugs/issue49276.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue49296.go [moved from src/go/types/testdata/fixedbugs/issue49296.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue49439.go [moved from src/go/types/testdata/fixedbugs/issue49439.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue49482.go [moved from src/go/types/testdata/fixedbugs/issue49482.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue49541.go [moved from src/go/types/testdata/fixedbugs/issue49541.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue49579.go [moved from src/go/types/testdata/fixedbugs/issue49579.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue49592.go [moved from src/go/types/testdata/fixedbugs/issue49592.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue49602.go [moved from src/go/types/testdata/fixedbugs/issue49602.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue49705.go [moved from src/go/types/testdata/fixedbugs/issue49705.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue49735.go [moved from src/go/types/testdata/fixedbugs/issue49735.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue49739.go [moved from src/go/types/testdata/fixedbugs/issue49739.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue49864.go [moved from src/go/types/testdata/fixedbugs/issue49864.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue50259.go [moved from src/go/types/testdata/fixedbugs/issue50259.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue50276.go [moved from src/go/types/testdata/fixedbugs/issue50276.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue50281.go [moved from src/go/types/testdata/fixedbugs/issue50281.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue50321.go [moved from src/go/types/testdata/fixedbugs/issue50321.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue50372.go [moved from src/go/types/testdata/fixedbugs/issue50372.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue50417.go [moved from src/go/types/testdata/fixedbugs/issue50417.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue50426.go [moved from src/go/types/testdata/fixedbugs/issue50426.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue50427.go [moved from src/go/types/testdata/fixedbugs/issue50427.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue50450.go [moved from src/go/types/testdata/fixedbugs/issue50450.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue50516.go [moved from src/go/types/testdata/fixedbugs/issue50516.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue50646.go [moved from src/go/types/testdata/fixedbugs/issue50646.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue50729.go [moved from src/go/types/testdata/fixedbugs/issue50729.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue50755.go [moved from src/go/types/testdata/fixedbugs/issue50755.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue50779.go [moved from src/go/types/testdata/fixedbugs/issue50779.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue50782.go [moved from src/go/types/testdata/fixedbugs/issue50782.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue50816.go [moved from src/go/types/testdata/fixedbugs/issue50816.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue50833.go [moved from src/go/types/testdata/fixedbugs/issue50833.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue50912.go [moved from src/go/types/testdata/fixedbugs/issue50912.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue50918.go [moved from src/go/types/testdata/fixedbugs/issue50918.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue50929.go [moved from src/go/types/testdata/fixedbugs/issue50929.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue50965.go [moved from src/go/types/testdata/fixedbugs/issue50965.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue51048.go [moved from src/go/types/testdata/fixedbugs/issue51048.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue51145.go [moved from src/go/types/testdata/fixedbugs/issue51145.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue51158.go [moved from src/go/types/testdata/fixedbugs/issue51158.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue51229.go [moved from src/go/types/testdata/fixedbugs/issue51229.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue51232.go [moved from src/go/types/testdata/fixedbugs/issue51232.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue51233.go [moved from src/go/types/testdata/fixedbugs/issue51233.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue51257.go [moved from src/go/types/testdata/fixedbugs/issue51257.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue51335.go [moved from src/go/types/testdata/fixedbugs/issue51335.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue51339.go [moved from src/go/types/testdata/fixedbugs/issue51339.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue51360.go [moved from src/go/types/testdata/fixedbugs/issue51360.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue51376.go [moved from src/go/types/testdata/fixedbugs/issue51376.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue51386.go [moved from src/go/types/testdata/fixedbugs/issue51386.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue51437.go [moved from src/go/types/testdata/fixedbugs/issue51437.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue51472.go [moved from src/go/types/testdata/fixedbugs/issue51472.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue51509.go [moved from src/go/types/testdata/fixedbugs/issue51509.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue51525.go [moved from src/go/types/testdata/fixedbugs/issue51525.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue51533.go [moved from src/go/types/testdata/fixedbugs/issue51533.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue51578.go [moved from src/go/types/testdata/fixedbugs/issue51578.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue51593.go [moved from src/go/types/testdata/fixedbugs/issue51593.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue51607.go [moved from src/go/types/testdata/fixedbugs/issue51607.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue51610.go [moved from src/go/types/testdata/fixedbugs/issue51610.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue51616.go [moved from src/go/types/testdata/fixedbugs/issue51616.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue51658.go [moved from src/go/types/testdata/fixedbugs/issue51658.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue51877.go [moved from src/go/types/testdata/fixedbugs/issue51877.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue52031.go [moved from src/go/types/testdata/fixedbugs/issue52031.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue52401.go [moved from src/go/types/testdata/fixedbugs/issue52401.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue52529.go [moved from src/go/types/testdata/fixedbugs/issue52529.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue52698.go [moved from src/go/types/testdata/fixedbugs/issue52698.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue52915.go [moved from src/go/types/testdata/fixedbugs/issue52915.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue54280.go [moved from src/go/types/testdata/fixedbugs/issue54280.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue54405.go [moved from src/go/types/testdata/fixedbugs/issue54405.go with 100% similarity]
src/internal/types/testdata/fixedbugs/issue6977.go [moved from src/go/types/testdata/fixedbugs/issue6977.go with 100% similarity]
src/internal/types/testdata/spec/assignability.go [moved from src/go/types/testdata/spec/assignability.go with 100% similarity]
src/internal/types/testdata/spec/comparisons.go [moved from src/go/types/testdata/spec/comparisons.go with 100% similarity]
src/internal/types/testdata/spec/conversions.go [moved from src/go/types/testdata/spec/conversions.go with 100% similarity]