Closed tpapp closed 6 years ago
Sending the region containing the following with C-c C-c
C-c C-c
function f() 1 end
gives
julia> function f() ERROR: syntax: incomplete: premature end of input
Reproduced on Julia versions v"0.7.0-DEV.2429" and v0.6.
v"0.7.0-DEV.2429"
v0.6
Fixed by e84155fb205a9c2fb4c87895596ed117913a6282.
Sending the region containing the following with
C-c C-c
gives
Reproduced on Julia versions
v"0.7.0-DEV.2429"
andv0.6
.