aboutsummaryrefslogtreecommitdiffstats
path: root/AST.cpp
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2015-08-04 00:09:39 +0800
committerchriseth <c@ethdev.com>2015-08-04 00:10:08 +0800
commit6daa27622a06ec7b8a4d67e4d8a1e2dcaa1be982 (patch)
tree83361eb2e9d2c3084bc8e4d84c181e14010524c2 /AST.cpp
parent2c476390cadea8a4863b0d29958d53b2a194fcb2 (diff)
downloaddexon-solidity-6daa27622a06ec7b8a4d67e4d8a1e2dcaa1be982.tar
dexon-solidity-6daa27622a06ec7b8a4d67e4d8a1e2dcaa1be982.tar.gz
dexon-solidity-6daa27622a06ec7b8a4d67e4d8a1e2dcaa1be982.tar.bz2
dexon-solidity-6daa27622a06ec7b8a4d67e4d8a1e2dcaa1be982.tar.lz
dexon-solidity-6daa27622a06ec7b8a4d67e4d8a1e2dcaa1be982.tar.xz
dexon-solidity-6daa27622a06ec7b8a4d67e4d8a1e2dcaa1be982.tar.zst
dexon-solidity-6daa27622a06ec7b8a4d67e4d8a1e2dcaa1be982.zip
strings as mapping keys.
Diffstat (limited to 'AST.cpp')
-rw-r--r--AST.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/AST.cpp b/AST.cpp
index ee6e5225..05e2d52e 100644
--- a/AST.cpp
+++ b/AST.cpp
@@ -784,8 +784,7 @@ void Expression::expectType(Type const& _expectedType)
" is not implicitly convertible to expected type " +
_expectedType.toString() +
"."
- )
- );
+ ));
}
void Expression::requireLValue()