@ -167,7 +167,7 @@ void Function::emit(std::ostream &stream, int indent) {
args->emit(stream);
stream<<") {\n";
body->emit(stream,indent+1);
stream<<"}\n";
stream<<"}\n\n";
}
voidMain::emit(std::ostream&stream,intindent){
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.