- If `typeTransform(Type)` fails then the debug text should be in the error coloring
feature/class_static_init
Tristan B. V. Kildaire 10 months ago
parent 8a11eabd96
commit a42ec98625

@ -104,7 +104,7 @@ public final class DCodeEmitter : CodeEmitter
// return "KAK TODO";
}
gprintln("Type transform unimplemented");
gprintln("Type transform unimplemented", DebugType.ERROR);
assert(false);
// return stringRepr;
}

Loading…
Cancel
Save