aboutsummaryrefslogtreecommitdiff
path: root/src/go/types/universe.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/go/types/universe.go')
-rw-r--r--src/go/types/universe.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/go/types/universe.go b/src/go/types/universe.go
index e2b3bd7c18..83c54c8cd3 100644
--- a/src/go/types/universe.go
+++ b/src/go/types/universe.go
@@ -100,7 +100,7 @@ func defPredeclaredTypes() {
{
obj := NewTypeName(token.NoPos, nil, "comparable", nil)
obj.setColor(black)
- ityp := &Interface{obj, nil, nil, nil, true, &TypeSet{true, nil, nil}}
+ ityp := &Interface{obj, nil, nil, nil, true, &_TypeSet{true, nil, nil}}
NewNamed(obj, ityp, nil)
def(obj)
}