Traceur.jl
reports nothing as well:
julia> using Traceur
julia> function foo(s)
isempty(s) && return ""
return normpath(s)
end
foo (generic function with 1 method)
julia> @trace foo("")
""
Traceur.jl
reports nothing as well:
julia> using Traceur
julia> function foo(s)
isempty(s) && return ""
return normpath(s)
end
foo (generic function with 1 method)
julia> @trace foo("")
""