End of line operators doesn't always require indentation on the next line ``` jl module A import Base: * a = 1 b = * c = 2 end ``` I guess this was introduced in https://github.com/JuliaLang/julia/pull/15156. Not sure this can be fixed without a full parser though...