|
|
@ -203,7 +203,7 @@ def test_using_for_global_collision() -> None: |
|
|
|
sl = Slither(compilation) |
|
|
|
sl = Slither(compilation) |
|
|
|
_run_all_detectors(sl) |
|
|
|
_run_all_detectors(sl) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# pylint: disable=too-many-branches |
|
|
|
def test_user_defined_operators() -> None: |
|
|
|
def test_user_defined_operators() -> None: |
|
|
|
solc_select.switch_global_version("0.8.19", always_install=True) |
|
|
|
solc_select.switch_global_version("0.8.19", always_install=True) |
|
|
|
slither = Slither("./tests/ast-parsing/user_defined_operators-0.8.19.sol") |
|
|
|
slither = Slither("./tests/ast-parsing/user_defined_operators-0.8.19.sol") |
|
|
|