"\" is trying to inherit from \"" + colliding.getName() +
"\" more than once.");
}
// Add the constructor.
Multimethod init = scope.define(Name.INIT, new ClassInit(classObj, scope));
classObj.bindInitMultimethod(init);
// Add getters and setters for the fields.
for (Entry<String, Field> entry : fields.entrySet()) {
// Getter.