[Gambas-bugtracker] Bug #2493: Namespaces accessible inside project
bugtracker at gambaswiki.org
bugtracker at gambaswiki.org
Thu Mar 3 15:15:14 CET 2022
http://gambaswiki.org/bugtracker/edit?object=BUG.2493&from=L21haW4-
Christof THALHOFER reported a new bug.
Summary
-------
Namespaces accessible inside project
Type : Request
Priority : Medium
Gambas version : Master
Product : Unknown
Description
-----------
Currently namespaces can't be accessed from inside the project. So if there is a class 'CTest' which contains:
'Export To MyNamespace'
Another class in the same project cannot call it like so:
'Dim MNC As New MyNamespace:CTest'
even if the IDE is able to display the namespace and does the completion
well.
It would be nice if that would be possible, because then we could test namespaces in 'Gambas3 Selftest'.
System information
------------------
No Sysinfo
More information about the Bugtracker
mailing list