mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
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:
parent
8c1621ee38
commit
6fd868a306
3 changed files with 71 additions and 3 deletions
|
@ -28,4 +28,4 @@ import java.lang.annotation.Target;
|
|||
long line() default -1;
|
||||
long col() default -1;
|
||||
boolean userDefined() default true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue