<@U0D5NUWSG> I’m not sure why you’re seeing that c...
# announcements
d
@max I’m not sure why you’re seeing that compiler error, but if you move the function
A.inc()
into the scope of
foo()
that seems to solve the problem in my simple test case. (also moving it out to package level scope also resolves the issue)