Is there a way to call extension function with ful...
# announcements
d
Is there a way to call extension function with fully qualified name?
r
If you’re having issues with name collisions you can rename imports:
import foo.Bar as Baz
👍 2
d
No issues, just wondering if there is syntax for it.