mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Print source location before items.
This commit is contained in:
parent
0177d964b1
commit
46d3c2dd3d
@ -130,8 +130,8 @@ public:
|
||||
if (!_item.location().isEmpty() && _item.location() != m_location)
|
||||
{
|
||||
flush();
|
||||
printLocation();
|
||||
m_location = _item.location();
|
||||
printLocation();
|
||||
}
|
||||
if (!(
|
||||
_item.canBeFunctional() &&
|
||||
|
Loading…
Reference in New Issue
Block a user