warp icon indicating copy to clipboard operation
warp copied to clipboard

Storage related logic is always created

Open piwonskp opened this issue 2 years ago • 0 comments

Example:

pragma solidity ^0.8.14;

contract C {
  function f() public {
    uint8 u = 1;
  }

piwonskp avatar Mar 08 '23 11:03 piwonskp