mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
8010737: javac, known parameter's names should be copied to automatically generated constructors for inner classes
Reviewed-by: mcimadamore
This commit is contained in:
parent
06d1d22eb5
commit
0ace868fe4
4 changed files with 302 additions and 21 deletions
|
@ -151,9 +151,6 @@ public class ReflectionVisitor extends Tester.Visitor {
|
|||
}
|
||||
expect = "this\\$[0-n]*";
|
||||
}
|
||||
} else if (isAnon) {
|
||||
// not an implementation gurantee, but okay for now
|
||||
expect = "x[0-n]*";
|
||||
}
|
||||
|
||||
// Check expected flags
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue