mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-16 19:03:22 +00:00
Must use type variable's captured bound as a method receiver, instead of the type variable itself, while checking if deferred attribution is needed. Reviewed-by: mcimadamore, vromero