mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-30 16:55:07 +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