dependencies icon indicating copy to clipboard operation
dependencies copied to clipboard

Shield object requires *args if positional arguments were passed.

Open proofit404 opened this issue 5 years ago • 0 comments

If we wrote shield(ClassWithArgs, this.x, this.y) then ClassWithArgs should has *args in it signature.

proofit404 avatar Feb 24 '21 13:02 proofit404