mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +02:00
8006973: jtreg test fails: test/tools/javac/warnings/AuxiliaryClass/SelfClassWithAux.java
Reviewed-by: ksrini
This commit is contained in:
parent
d7fff903e8
commit
fd80bae5c5
1 changed files with 3 additions and 3 deletions
|
@ -34,11 +34,11 @@
|
|||
*/
|
||||
|
||||
class SelfClassWithAux {
|
||||
Aux aux;
|
||||
AuxClass aux;
|
||||
ClassWithAuxiliary.NotAnAuxiliaryClass alfa;
|
||||
ClassWithAuxiliary.NotAnAuxiliaryClassEither beta;
|
||||
}
|
||||
|
||||
class Aux {
|
||||
Aux aux;
|
||||
class AuxClass {
|
||||
AuxClass aux;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue