The implementation of `ExecutableElement.getReceiverType` and `ExecutableType.getReceiverType` now returns a receiver type for methods loaded from bytecode if the type has associated type annotations. Previously it returned `NOTYPE` for all methods loaded from bytecode, which prevented associated type annotations from being retrieved.