Add #require_results for procedures

This commit is contained in:
Ginger Bill
2017-04-16 22:30:48 +01:00
parent 5041a35b95
commit 187b186112
5 changed files with 36 additions and 9 deletions
+1 -1
View File
@@ -4796,7 +4796,7 @@ ExprKind check_call_expr(Checker *c, Operand *operand, AstNode *call) {
}
operand->expr = call;
return Expr_Stmt;
return Expr_Expr;
}