`JET.test_package` throws an error on Julia 1.11 with perfectly valid uses of the new `public` keyword: ```julia invalid lookup expr public mysymbol ``` MWE: https://github.com/gdalle/JETPublicTest.jl (check out the [CI log](https://github.com/gdalle/JETPublicTest.jl/actions/runs/9426418786/job/25969324430)) See also: - https://github.com/JuliaLang/julia/pull/50105