diff options
author | chriseth <chris@ethereum.org> | 2016-09-08 00:23:22 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-08 00:23:22 +0800 |
commit | f4172d342a36574f604be6e1bf2b2edb9c2526e7 (patch) | |
tree | 1de6ba1f598fde546cbe29a15dcfafd4281fb8e7 /libsolidity | |
parent | c641ca26ec7e416864d82d428e86fa1cccb6ed52 (diff) | |
parent | 0a8f0fb051314260a8a9afc1c0a5f320d1006d1c (diff) | |
download | dexon-solidity-f4172d342a36574f604be6e1bf2b2edb9c2526e7.tar dexon-solidity-f4172d342a36574f604be6e1bf2b2edb9c2526e7.tar.gz dexon-solidity-f4172d342a36574f604be6e1bf2b2edb9c2526e7.tar.bz2 dexon-solidity-f4172d342a36574f604be6e1bf2b2edb9c2526e7.tar.lz dexon-solidity-f4172d342a36574f604be6e1bf2b2edb9c2526e7.tar.xz dexon-solidity-f4172d342a36574f604be6e1bf2b2edb9c2526e7.tar.zst dexon-solidity-f4172d342a36574f604be6e1bf2b2edb9c2526e7.zip |
Merge pull request #1044 from pirapira/todo_item_to_issue
Append an issue id #1043 to a @todo comment about it
Diffstat (limited to 'libsolidity')
-rw-r--r-- | libsolidity/formal/Why3Translator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libsolidity/formal/Why3Translator.h b/libsolidity/formal/Why3Translator.h index e5b16844..46601f89 100644 --- a/libsolidity/formal/Why3Translator.h +++ b/libsolidity/formal/Why3Translator.h @@ -36,7 +36,7 @@ class SourceUnit; /** * Simple translator from Solidity to Why3. * - * @todo detect side effects in sub-expressions and limit them to one per statement. + * @todo detect side effects in sub-expressions and limit them to one per statement. #1043 * @todo `x = y = z` * @todo implicit and explicit type conversion */ |