mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +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 {
|
class SelfClassWithAux {
|
||||||
Aux aux;
|
AuxClass aux;
|
||||||
ClassWithAuxiliary.NotAnAuxiliaryClass alfa;
|
ClassWithAuxiliary.NotAnAuxiliaryClass alfa;
|
||||||
ClassWithAuxiliary.NotAnAuxiliaryClassEither beta;
|
ClassWithAuxiliary.NotAnAuxiliaryClassEither beta;
|
||||||
}
|
}
|
||||||
|
|
||||||
class Aux {
|
class AuxClass {
|
||||||
Aux aux;
|
AuxClass aux;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue