diff --git a/source/tlang/compiler/typecheck/dependancy.d b/source/tlang/compiler/typecheck/dependancy.d index c29f6b79..8a2cf921 100644 --- a/source/tlang/compiler/typecheck/dependancy.d +++ b/source/tlang/compiler/typecheck/dependancy.d @@ -114,8 +114,14 @@ public void dependancyGenerate(TypeChecker tc, Container container) */ encounter(tc, variable, classType); } - - + } + /** + * Anything else (TODO: Checking) + */ + else + { + /* TODO: EVerything else is fine */ + /* TODO: Either struct or primtive, neither have static initlization */ } /* If then variable has an assignment */