Lint.jl icon indicating copy to clipboard operation
Lint.jl copied to clipboard

'Unexpected Symbol' error with 'mutable struct' types

Open dariens opened this issue 5 years ago • 0 comments

The 'Unexpected symbol' Error is given when declaring mutable composite types.

mutable struct Bar
    baz
    qux::Float64
end

dariens avatar Aug 13 '18 17:08 dariens