This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
# Comment here
const bar = '\n'
"""
test_fun(a::Int)
For test only
function test_fun(a::Int, b::T) where T <: Number
println(a)
println("foo $(bar)")
end
@enum Unicode α=1 β=2
res = [√i for i in 1:10]
#= Dummy function =#
test_fun²(:sym, true, raw"test", `echo 1`)