Doing ```jl import Base: + struct MyType end ``` and then ```jl +(x::MyType, y::MyType) = "hello" ``` in a different cell fails.