From 1aa3aabc44b5f9713c61a5ecdff867d930ac3b7e Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Sun, 6 Jun 2021 23:29:16 +0200 Subject: [PATCH] Tired --- source/tlang/compiler/typecheck/dependancy.d | 9 +++++++++ 1 file changed, 9 insertions(+) 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