Merge pull request #1044 from pirapira/todo_item_to_issue

Append an issue id #1043 to a @todo comment about it
This commit is contained in:
chriseth 2016-09-07 18:23:22 +02:00 committed by GitHub
commit f4172d342a

View File

@ -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
*/