Change function type to include and propagate payable and constant modifier.

This commit is contained in:
chriseth
2016-09-05 21:28:28 +02:00
parent 962531af96
commit 9c64edf110
8 changed files with 123 additions and 62 deletions
@@ -583,6 +583,8 @@ bool ExpressionCompiler::visit(FunctionCall const& _functionCall)
Location::Bare,
false,
nullptr,
false,
false,
true,
true
),