[code-reflection] RFR: Super expressions [v2]
Maurizio Cimadamore
mcimadamore at openjdk.org
Fri Sep 6 21:02:18 UTC 2024
On Fri, 6 Sep 2024 17:31:48 GMT, Paul Sandoz <psandoz at openjdk.org> wrote:
> Perhaps it's an implementation detail and does not matter? I was unsure.
Sorry, perhaps I was getting too ahead of myself. But it seems to me that `resolveToMember(lookup)` will pass the `InvokeClass` kind by default. This will cause (if I'm correct) a `findStatic` lookup, which might fail if the type-variable has a non-static method owner?
-------------
PR Review Comment: https://git.openjdk.org/babylon/pull/221#discussion_r1747710762
More information about the babylon-dev
mailing list