-
Sub-task
-
Resolution: Fixed
-
P3
-
8
-
b75
-
Verified
The latest lambda spec has several changes involving overload resolution:
*) new 'provisonally applicable' step before ordinary applicability check (used for stuck arguments)
*) new structural most specific routine
*) lambda and method references are always type-checked using the loose compatibility context
Javac should be modified to reflect that.
*) new 'provisonally applicable' step before ordinary applicability check (used for stuck arguments)
*) new structural most specific routine
*) lambda and method references are always type-checked using the loose compatibility context
Javac should be modified to reflect that.
- relates to
-
JDK-8029718 Should always use lambda body structure to disambiguate overload resolution
- Closed