dependencies
dependencies copied to clipboard
Shield object requires *args if positional arguments were passed.
If we wrote shield(ClassWithArgs, this.x, this.y) then ClassWithArgs should has *args in it signature.