mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fixed bug when two empty NatSpec comments led to scanning past EOL
This commit is contained in:
committed by
Harikrishnan Mulackal
parent
29405c223b
commit
37257548d0
@@ -0,0 +1,7 @@
|
||||
contract C {
|
||||
///
|
||||
///
|
||||
function vote(uint id) public {
|
||||
}
|
||||
}
|
||||
// ----
|
||||
Reference in New Issue
Block a user