julia
julia copied to clipboard
SSAValue leaking into error message
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