swh:1:snp:a72e953ecd624a7df6e6196bbdd05851996c5e40
Raw File
Tip revision: 58c29a6ff0f32602697cd5df9c28ddd0b819ecca authored by Jameson Nash on 30 January 2017, 21:06:52 UTC
inference: tmerge slot-assignment types to preserve Union information for disjoint assignments
Tip revision: 58c29a6
i18n.jl
# This file is a part of Julia. License is MIT: http://julialang.org/license

using Base.I18n

@test locale()==""
locale("en_US")
@test locale()=="en_US"
back to top