func TestImplicitSetConversion(t *testing.T) { … } var implementsTests … type notAnExpr … func (notAnExpr) Pos() token.Pos { … } func (notAnExpr) End() token.Pos { … } func (notAnExpr) exprNode() { … } type notASTExpr … type mapError … func (mapError) Error() string { … } var _ … var _ … func TestImplements(t *testing.T) { … } var assignableTests … type IntPtr … type IntPtr1 … type Ch … func TestAssignableTo(t *testing.T) { … }