Append an issue id #1043 to a @todo comment about it

This commit is contained in:
Yoichi Hirai 2016-09-07 15:20:19 +02:00
parent 940c5a8612
commit 0a8f0fb051

View File

@ -36,7 +36,7 @@ class SourceUnit;
/** /**
* Simple translator from Solidity to Why3. * 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 `x = y = z`
* @todo implicit and explicit type conversion * @todo implicit and explicit type conversion
*/ */