It is possible to create a cycle of imports. When that happens, compilation stops working, but it won't show an error, instead it shows the previously compiled code. The import mechanism should prevent cycles of imports.
It is possible to create a cycle of imports.
When that happens, compilation stops working, but it won't show an error, instead it shows the previously compiled code.
The import mechanism should prevent cycles of imports.