Rename Bare to Barecall

This commit is contained in:
Alex Beregszaszi
2017-08-01 10:47:10 +01:00
parent 93f90eb292
commit 6d37f30d76
4 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -1050,7 +1050,7 @@ void TypeChecker::endVisit(ExpressionStatement const& _statement)
{
auto kind = callType->kind();
if (
kind == FunctionType::Kind::Bare ||
kind == FunctionType::Kind::BareCall ||
kind == FunctionType::Kind::BareCallCode ||
kind == FunctionType::Kind::BareDelegateCall
)