@@ -41,9 +41,8 @@ using Core: ABIOverride, Builtin, CodeInstance, IntrinsicFunction, MethodInstanc
41
41
MethodTable, MethodCache, PartialOpaque, SimpleVector, TypeofVararg,
42
42
_apply_iterate, apply_type, compilerbarrier, donotdelete, memoryref_isassigned,
43
43
memoryrefget, memoryrefnew, memoryrefoffset, memoryrefset!, print, println, show, svec,
44
- typename, unsafe_write, write
44
+ typename, unsafe_write, write, stdout , stderr
45
45
46
- using Base
47
46
using Base: @_foldable_meta , @_gc_preserve_begin , @_gc_preserve_end , @nospecializeinfer ,
48
47
PARTITION_KIND_GLOBAL, PARTITION_KIND_UNDEF_CONST, PARTITION_KIND_BACKDATED_CONST, PARTITION_KIND_DECLARED,
49
48
PARTITION_FLAG_DEPWARN,
@@ -64,7 +63,10 @@ using Base: @_foldable_meta, @_gc_preserve_begin, @_gc_preserve_end, @nospeciali
64
63
partition_restriction, quoted, rename_unionall, rewrap_unionall, specialize_method,
65
64
structdiff, tls_world_age, unconstrain_vararg_length, unionlen, uniontype_layout,
66
65
uniontypes, unsafe_convert, unwrap_unionall, unwrapva, vect, widen_diagonal,
67
- _uncompressed_ir, maybe_add_binding_backedge!
66
+ _uncompressed_ir, maybe_add_binding_backedge!,
67
+ devnull , devnull as stdin
68
+
69
+ using Base
68
70
using Base. Order
69
71
70
72
import Base: == , _topmod, append!, convert, copy, copy!, findall, first, get, get!,
0 commit comments