ethereum / solidity

Solidity, the Smart Contract Programming Language
https://soliditylang.org
GNU General Public License v3.0
22.64k stars 5.61k forks source link

Replace empty check of error, warning and info list with check for errors only #15203

Open matheusaaguiar opened 1 week ago

matheusaaguiar commented 1 week ago

This is a minor bug found here by @cameel. There are some instances where an intended check for errors can incorrectly consider warnings and info as well.