This commit is contained in:
Tristan B. Kildaire 2021-06-06 23:29:16 +02:00
parent d42779c3cc
commit 1aa3aabc44
1 changed files with 9 additions and 0 deletions

View File

@ -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[]
}