Fixed bug when two empty NatSpec comments led to scanning past EOL

This commit is contained in:
hrkrshnn
2020-05-20 20:26:02 +05:30
committed by Harikrishnan Mulackal
parent 29405c223b
commit 37257548d0
6 changed files with 99 additions and 8 deletions
@@ -0,0 +1,7 @@
contract C {
///
///
function vote(uint id) public {
}
}
// ----