Hi,I have a mixin, which can mix a class into any module. At compile time, I will know the name of the class, it's base class, and that it is at global scope in some module.
Is there any way to find this class from a different module at compile time?
Thanks
