8005244: Implement overload resolution as per latest spec EDR

Add support for stuck expressions and provisional applicability

Reviewed-by: jjg
This commit is contained in:
Maurizio Cimadamore 2013-01-21 20:13:56 +00:00
parent e5aa886e8b
commit 442154dcf9
58 changed files with 794 additions and 457 deletions

View file

@ -149,8 +149,7 @@ public class SamConversionComboTest {
return false; //ambiguous target type
}
else if(lambdaBody == LambdaBody.IMPLICIT) {
if(returnValue != ReturnValue.INTEGER) //ambiguous target type
return false;
return false;
}
else { //explicit parameter type
if(fInterface.getParameterType().equals("Integer")) //ambiguous target type