diff options
author | Lefteris Karapetsas <lefteris@refu.co> | 2015-01-05 23:37:43 +0800 |
---|---|---|
committer | Lefteris Karapetsas <lefteris@refu.co> | 2015-01-05 23:37:43 +0800 |
commit | b4712773d329269b2d6f732a3236f3685aea41fc (patch) | |
tree | c1d0ea6cbfffa862d0b7fe770e8ca6f13b128111 /Scanner.h | |
parent | 7b3f0e549de2ae292ae6dd9fa20165ed36cbc3b8 (diff) | |
download | dexon-solidity-b4712773d329269b2d6f732a3236f3685aea41fc.tar.gz dexon-solidity-b4712773d329269b2d6f732a3236f3685aea41fc.tar.zst dexon-solidity-b4712773d329269b2d6f732a3236f3685aea41fc.zip |
Fix for sol scanner where empty multiline comment became Natspec comment
Diffstat (limited to 'Scanner.h')
-rw-r--r-- | Scanner.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -119,6 +119,7 @@ public: { return m_currentToken.token; } + Location getCurrentLocation() const { return m_currentToken.location; } std::string const& getCurrentLiteral() const { return m_currentToken.literal; } ///@} |