ERROR: syntax: extra token "QRelaySym" after end of expression

type is mutable struct now.

Julia 0.7 prints this:

julia> type X end
┌ Warning: Deprecated syntax `type` at REPL[1]:1.
│ Use `mutable struct` instead.
└ @ REPL[1]:1

Also, please quote your code:

2 Likes