``` julia> @which Base.sin ERROR: ArgumentError: argument is not a generic function in methods at reflection.jl:140 in which at ./reflection.jl:292 ``` expected outcome ``` julia> @which Base.sin Base ```