const internal/types/errors.UndeclaredImportedName
5 uses
internal/types/errors (current package)
code_string.go#L83: _ = x[UndeclaredImportedName-73]
codes.go#L670: UndeclaredImportedName
go/types
call.go#L716: check.errorf(e.Sel, UndeclaredImportedName, "undefined: %s", ast.Expr(e)) // cast to ast.Expr to silence vet
call.go#L729: check.errorf(e.Sel, UndeclaredImportedName, "undefined: %s (but have %s)", ast.Expr(e), exps[0].Name())
call.go#L731: check.errorf(e.Sel, UndeclaredImportedName, "undefined: %s", ast.Expr(e))