We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6487522 commit 582872bCopy full SHA for 582872b
test/show.jl
@@ -1263,7 +1263,7 @@ let repr = sprint(dump, :(x = 1))
1263
@test repr == "Expr\n head: Symbol =\n args: Array{Any}((2,))\n 1: Symbol x\n 2: $Int 1\n"
1264
end
1265
let repr = sprint(dump, Pair{String,Int64})
1266
- @test repr == "Pair{String, Int64} <: Any\n first::String\n second::Int64\n"
+ @test repr == "Pair{String, Int64} <: Any\n const first::String\n const second::Int64\n"
1267
1268
let repr = sprint(dump, Tuple)
1269
@test repr == "Tuple <: Any\n"
0 commit comments