merge method
Implementation
void merge(CodeBuffer other) {
importLines.addAll(other.importLines);
codeBody.write(other.codeBody.toString());
}
void merge(CodeBuffer other) {
importLines.addAll(other.importLines);
codeBody.write(other.codeBody.toString());
}