func TestImplicitMapConversion(t *testing.T) { … } func TestImplicitSetConversion(t *testing.T) { … } func TestImplicitSendConversion(t *testing.T) { … } func TestImplicitCallConversion(t *testing.T) { … } func TestImplicitAppendConversion(t *testing.T) { … } var implementsTests … type notAnExpr … func (notAnExpr) Pos() token.Pos { … } func (notAnExpr) End() token.Pos { … } func (notAnExpr) exprNode() { … } type notASTExpr … func TestImplements(t *testing.T) { … } var assignableTests … type IntPtr … type IntPtr1 … type Ch … func TestAssignableTo(t *testing.T) { … }