This commit is contained in:
gingerBill
2018-05-06 15:31:18 +01:00
parent fc77b5b4ac
commit 66b4252931
5 changed files with 2 additions and 99 deletions

View File

@@ -5584,7 +5584,6 @@ ExprKind check_expr_base_internal(Checker *c, Operand *o, AstNode *node, Type *t
error(node, "Expected %lld values for this array literal, got %lld", cast(long long)t->Array.count, cast(long long)max);
}
}
break;
}