tonyhffong / Lint.jl

A lint tool for Julia code
Other
168 stars 33 forks source link

'Unexpected Symbol' error with 'mutable struct' types #251

Open dariens opened 6 years ago

dariens commented 6 years ago

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

mutable struct Bar
    baz
    qux::Float64
end