diff --git a/source/tlang/compiler/typecheck/dependancy.d b/source/tlang/compiler/typecheck/dependancy.d index d5939a6..2beb24e 100644 --- a/source/tlang/compiler/typecheck/dependancy.d +++ b/source/tlang/compiler/typecheck/dependancy.d @@ -66,4 +66,13 @@ public final class StructuralOrganizer } + + /** + * Given a path determine if it is accessible (in a static context) + * + * TODO: Explain + * + * If so, return the order of static initializations + */ + // public string[] } \ No newline at end of file