$ head -3 test/langtools/tools/javac/diags/examples/InnerClassCantHaveStatic.java
/*
* Copyright (c) 2010, 2020 Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
The 2020 part is missing the ending comma.
/*
* Copyright (c) 2010, 2020 Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
The 2020 part is missing the ending comma.
- relates to
-
JDK-8254105 allow static nested declarations
- Resolved