RFR: JDK-8315458 Implementation of Implicitly Declared Classes and Instance Main Method (Second Preview) [v5]

Maurizio Cimadamore mcimadamore at openjdk.org
Thu Nov 2 15:36:08 UTC 2023


On Thu, 2 Nov 2023 12:34:49 GMT, Jim Laskey <jlaskey at openjdk.org> wrote:

>> Why is the test removed?
>
> Since there is no way to detect an implicit class, the test is no longer relevant.

Right, but the test was still checking useful stuff - e.g. like the fact that the class generated by javac was final, etc (in accordance with the JLS). So some of that should be resurrected I think?

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/16461#discussion_r1380342689


More information about the compiler-dev mailing list