diff --git a/source/tlang/compiler/typecheck/core.d b/source/tlang/compiler/typecheck/core.d index 707ca60f..839cf079 100644 --- a/source/tlang/compiler/typecheck/core.d +++ b/source/tlang/compiler/typecheck/core.d @@ -92,6 +92,7 @@ public final class TypeChecker import compiler.typecheck.dependancy; StructuralOrganizer so = new StructuralOrganizer(this); so.checkContainer(modulle); + so.printDeps(modulle); } /**