Prepare for StatementList
This commit is contained in:
@@ -15,7 +15,7 @@ void ParameterList::accept(ASTVisitor* visitor) {
|
||||
}
|
||||
|
||||
void ParameterList::addParameter(Type* type, std::string name) {
|
||||
std::cout << "added parameter of type" << type->getName() << " and name " << name << std::endl;
|
||||
std::cout << "added parameter of type " << type->getName() << " and name " << name << std::endl;
|
||||
params_.push_back(Parameter(type, name));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user