From a2842d35320541cfabc1b3b483ccae85272e1a4c Mon Sep 17 00:00:00 2001 From: Austin Clements Date: Fri, 28 Aug 2009 12:45:30 -0700 Subject: Give NamedTypes a public interface R=rsc APPROVED=rsc DELTA=32 (14 added, 1 deleted, 17 changed) OCL=34043 CL=34043 --- usr/austin/eval/expr.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/austin/eval/expr.go') diff --git a/usr/austin/eval/expr.go b/usr/austin/eval/expr.go index c6650729a..6ca0f9b28 100644 --- a/usr/austin/eval/expr.go +++ b/usr/austin/eval/expr.go @@ -876,7 +876,7 @@ func (a *exprInfo) compileSelectorExpr(v *expr, name string) *expr { mark(depth, pathName + "." + name); log.Crash("Methods not implemented"); } - t = ti.def; + t = ti.Def; } // If it's a struct type, check fields and embedded types -- cgit v1.2.3