Added FIXME note

This commit is contained in:
Tristan B. Velloza Kildaire 2022-10-01 21:02:51 +02:00
parent 81f168e154
commit e2e356da73
1 changed files with 1 additions and 0 deletions

View File

@ -1259,6 +1259,7 @@ public class DNodeGenerator
/* TODO: New code from 1st October */
/* Recurse downwards */
/* FIXME: The context container must be fixed, see passClazz, we pass the euiavlent of `func` in there */
Context funcContext = new Context(tc.getModule(), InitScope.STATIC);
DNode funcDefDNode = generalPass(func, funcContext);