--- FAIL: TestIssueAliases (0.16s)
gcimporter_test.go:1015: got imports [S : struct{F int} T : struct{F int} U : testdata/a.A[string] V : testdata/a.A[int] W : testdata/b.B[string] X : testdata/b.B[int] Y : testdata/c.c[string] Z : testdata/c.c[int] c : testdata/c.c[V any]] for package c. wanted S : struct{F int},T : struct{F int},U : testdata/a.A[string],V : testdata/a.A[int],W : testdata/b.B[string],X : testdata/b.B[int],Y : testdata/c.c[string],Z : testdata/c.c[int],c : testdata/c.c
FAIL
FAIL golang.org/x/tools/internal/gcimporter 17.580s