-
Type:
Sub-task
-
Resolution: Delivered
-
Priority:
P4
-
None
-
Affects Version/s: 22
-
Component/s: tools
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.