I forgot to remove the fixme lmao

This commit is contained in:
2026-05-04 19:29:09 +10:00
parent 10046703ed
commit 908af13d8f

View File

@@ -629,8 +629,6 @@ static inline ResultType(GroundProgram, charptr) generateSetNode(SolsNode* node,
return Error(GroundProgram, charptr, "Type of member cannot be changed");
}
// TODO codegen for nested types
GroundProgram gp = groundCreateProgram();
GroundInstruction gi = groundCreateInstruction(SETFIELD);