i have a test for `Base.whatever()` whenever `Base...
# announcements
j
i have a test for
Base.whatever()
whenever
Base
is actually an
Impl
, but I'd like to test that when you have an
Impl
and you call
whatever()
you receive an error.