commit | c2a95b809e0cb7358a88558ee97089dca77cbe96 | [log] [tgz] |
---|---|---|
author | Jan Lahoda <jlahoda@openjdk.org> | Mon Sep 08 10:48:18 2014 +0200 |
committer | Jan Lahoda <jlahoda@openjdk.org> | Mon Sep 08 10:48:18 2014 +0200 |
tree | f516fb15f287dbbe4f0b46d020fdad8a4241cc8b | |
parent | 6d989b8f22b98d3224ae27a72b653ca8dc6e82bc [diff] |
8056014: Type inference may be skipped for a complex receiver generic method in a parameter position When checking if deferred attribution is needed for a chain of methods, stop on any method that returns any type variable, as the rest of analysis cannot use the correct type. Reviewed-by: mcimadamore, vromero