@@ -52,18 +52,19 @@ using Base: Ordering, vect, EffectsOverride, BitVector, @_gc_preserve_begin, @_g
5252 ismutationfree, NUM_EFFECTS_OVERRIDES, _NAMEDTUPLE_NAME, datatype_fieldtypes,
5353 argument_datatype, isfieldatomic, unwrapva, iskindtype, _bits_findnext, copy_exprargs,
5454 Generator, Filter, ismutabletypename, isvatuple, datatype_fieldcount,
55- isconcretedispatch, isdispatchelem, min_world, max_world, datatype_layoutsize,
55+ isconcretedispatch, isdispatchelem, datatype_layoutsize,
5656 datatype_arrayelem, unionlen, isidentityfree, _uniontypes, uniontypes, OneTo, Callable,
5757 DataTypeFieldDesc, datatype_nfields, datatype_pointerfree, midpoint, is_valid_intrinsic_elptr,
5858 allocatedinline, isbitsunion, widen_diagonal, unconstrain_vararg_length,
5959 rename_unionall, may_invoke_generator, is_meta_expr_head, is_meta_expr, quoted,
6060 specialize_method, hasintersect, is_nospecializeinfer, is_nospecialized,
6161 get_nospecializeinfer_sig, tls_world_age, uniontype_layout, kwerr,
62- moduleroot, is_file_tracked, decode_effects_override
62+ moduleroot, is_file_tracked, decode_effects_override, lookup_binding_partition,
63+ is_some_imported, binding_kind, is_some_guard, is_some_const_binding, partition_restriction
6364using Base. Order
6465import Base: getindex, setindex!, length, iterate, push!, isempty, first, convert, == ,
6566 copy, popfirst!, in, haskey, resize!, copy!, append!, last, get!, size,
66- get, iterate, findall
67+ get, iterate, findall, min_world, max_world
6768
6869const getproperty = Core. getfield
6970const setproperty! = Core. setfield!
0 commit comments