NoMethodError, NameError, and so on.
When looking for a declaration, the receiver type (explicit or typed, resolve) is checked first. If there is no matching declaration found on the receiver, any matching declaration from the project (implicit or text-based, resolve) is accepted.
By default, a warning arises when there are no matching declarations irrespective of the receiver, i.e. implicit resolve fails.
Use the Report unresolved references on typed receivers checkbox to show warnings when there are no matching declarations on the receiver.