Use type annotations for non const globals
Closed this issue · 0 comments
KristofferC commented
Using JuliaLang/julia#43671
Just as an example:
JLLWrappers.jl/src/wrapper_generators.jl
Line 37 in bade7d4
could be type annotated to be a String
.
Closed this issue · 0 comments
Using JuliaLang/julia#43671
Just as an example:
JLLWrappers.jl/src/wrapper_generators.jl
Line 37 in bade7d4
could be type annotated to be a String
.