Bend/tests/golden_tests/import_system/imports_shadow2.bend
2024-07-05 10:22:45 -03:00

5 lines
154 B
Plaintext

from lib import myFun
from lib/folder import myFun
def main():
return myFun(lib/myFun/myFun) # use the full name to call a shadowed imported def