This file is indexed.

/usr/share/julia/test/sparse.jl is in julia-common 0.4.7-6.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
8
# This file is a part of Julia. License is MIT: http://julialang.org/license

include("sparsedir/sparse.jl")
if Base.USE_GPL_LIBS
    include("sparsedir/umfpack.jl")
    include("sparsedir/cholmod.jl")
    include("sparsedir/spqr.jl")
end