Dependency

- Checking iets (fr)
This commit is contained in:
Tristan B. Velloza Kildaire 2023-08-16 10:28:10 +02:00
parent 2975f0c770
commit 5ddab9dd3d
1 changed files with 3 additions and 3 deletions

View File

@ -746,8 +746,8 @@ public class DNodeGenerator
*
* Set context for expression and the variable itself
*/
varExp.setContext(context);
gprintln("Context (after): "~to!(string)(varExp.getContext().getContainer()));
// varExp.setContext(context);
// gprintln("Context (after): "~to!(string)(varExp.getContext().getContainer()));
/**
* If the `path` has no dots
@ -767,7 +767,7 @@ public class DNodeGenerator
* Update name for later typechecking resolution of var
*
*/
varExp.setContext(context);
// varExp.setContext(context);
gprintln("Kont: "~to!(string)(context));