julia
julia copied to clipboard
#57287 Issue:Resolved the problem of missing colon
Here I found the problem during the ternary operator the string(:sym) is evaluated as "sym". So replaced it with repr(:sym) which is now evaluated as ":sym". and we got our colon saved