jdk-24/langtools/test/tools/javac/resolve/tests
Dan Smith 9798cbad4c 8034223: Most-specific should not have any special treatment for boxed vs. unboxed types
Rewrite most-specific logic to conform to JLS 8 15.12.2.5

Reviewed-by: vromero
2014-05-13 15:29:09 -06:00
..
AbstractMerge.java 7034798: Ambiguity error for abstract method call is too eager 2013-07-01 14:57:03 +01:00
AmbiguityPrecedence.java 8000931: Cleanup Resolve.java 2012-11-04 11:01:49 +00:00
BoxedReturnTypeInference.java 7098660: Write better overload resolution/inference tests 2011-10-24 13:00:30 +01:00
InnerOverOuter.java 7034798: Ambiguity error for abstract method call is too eager 2013-07-01 14:57:03 +01:00
PrimitiveBinopOverload.java 8014649: Regression: bug in Resolve.resolveOperator 2013-05-24 15:27:12 +01:00
PrimitiveOverload.java 7098660: Write better overload resolution/inference tests 2011-10-24 13:00:30 +01:00
PrimitiveOverReferenceOverInferred.java 7098660: Write better overload resolution/inference tests 2011-10-24 13:00:30 +01:00
PrimitiveOverReferenceOverVarargs.java 7098660: Write better overload resolution/inference tests 2011-10-24 13:00:30 +01:00
PrimitiveOverReferenceVarargsAmbiguous.java 8034223: Most-specific should not have any special treatment for boxed vs. unboxed types 2014-05-13 15:29:09 -06:00
PrimitiveReturnTypeInference.java 7098660: Write better overload resolution/inference tests 2011-10-24 13:00:30 +01:00
PrimitiveVsReferenceSamePhase.java 8034223: Most-specific should not have any special treatment for boxed vs. unboxed types 2014-05-13 15:29:09 -06:00
ReferenceOverInferred.java 7098660: Write better overload resolution/inference tests 2011-10-24 13:00:30 +01:00
ReferenceOverload.java 7098660: Write better overload resolution/inference tests 2011-10-24 13:00:30 +01:00
ReferenceOverVarargs.java 7098660: Write better overload resolution/inference tests 2011-10-24 13:00:30 +01:00