-- main.mcl -- class c1($s) { $x = "got: ${s}" } # TODO: can this be allowed? include c1("hey") as i1 include c1("hey") as i1 test "${i1.x}" {} -- OUTPUT -- # err: errSetScope: could not generate ordering: duplicate assignment to `scoped:i1`, have: include(c1)