8007461: Regression: bad overload resolution when inner class and outer class have method with same name

Fix regression in varargs method resolution introduced by bad refactoring

Reviewed-by: jjg
This commit is contained in:
Maurizio Cimadamore 2013-02-21 15:26:46 +00:00
parent 8c1621ee38
commit 6fd868a306
3 changed files with 71 additions and 3 deletions

View file

@ -28,4 +28,4 @@ import java.lang.annotation.Target;
long line() default -1;
long col() default -1;
boolean userDefined() default true;
}
}