testwhat icon indicating copy to clipboard operation
testwhat copied to clipboard

Using pkg::fn() breaks check_arg()

Open richierocks opened this issue 6 years ago • 0 comments

If a package is loaded, functions can be called using either fn() or pkg::fn(). The latter causes SCTs to incorrectly fail.

Reproducible example here

https://www.datacamp.com/teach/repositories/986/branches/double-colon

richierocks avatar Dec 17 '18 21:12 richierocks