Neel S.

Results 3 issues of Neel S.

this allows users to use _ instead of request aswell which solves linter errors due the unused parameter I'm aware that this strays a bit away from the same convention...

Hey, am I missing something or why does this occur? ![grafik](https://github.com/intellij-solidity/intellij-solidity/assets/31082646/d554e7e2-6496-4df7-9a27-43a374d21cac) ``` // SPDX-License-Identifier: UNLICENSED pragma solidity ^0.8.10; import '@uniswap/v3-core/contracts/interfaces/IUniswapV3Pool.sol'; contract Controller { constructor() { IUniswapV3Pool pool = IUniswapV3Pool(0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984); }...