type is mutable struct now.
type
mutable struct
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: