aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/go/types/call.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/go/types/call.go b/src/go/types/call.go
index 37595985a5..0d1fb34bce 100644
--- a/src/go/types/call.go
+++ b/src/go/types/call.go
@@ -318,6 +318,7 @@ func (check *Checker) selector(x *operand, e *ast.SelectorExpr) {
x.typ = exp.typ
x.id = exp.id
default:
+ check.dump("unexpected object %v (%T)", exp, exp)
unreachable()
}
x.expr = e