julia icon indicating copy to clipboard operation
julia copied to clipboard

SSAValue leaking into error message

Open KristofferC opened this issue 5 years ago • 0 comments

julia> struct S{T} end

julia> struct Q{T} end

julia> (f(s::S) where {T})::Q{T} = 1
ERROR: syntax: invalid assignment location "SSAValue(23) where T"
Stacktrace:
 [1] top-level scope at REPL[3]:1

KristofferC avatar Sep 02 '20 07:09 KristofferC