nitc :: AImplicitSelfExpr :: is_sys=
sys
By default, the implicit receiver is self. But when there is not method for self, sys is used as a fall-back. Is this case this flag is set to true.
self
true
# Is the implicit receiver `sys`? # # By default, the implicit receiver is `self`. # But when there is not method for `self`, `sys` is used as a fall-back. # Is this case this flag is set to `true`. var is_sys = false