Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow dead code for ParamBytes inner
The code isn't actually dead, and is used in the bytes() function, but the compiler's dead code analysis doesn't fully track usage through feature flags and doesn't count if the pattern isn't considered a read of the field.
- Loading branch information