RFR: 8254105: allow static nested declarations [v5]

Vicente Romero vromero at openjdk.java.net
Wed Oct 28 21:00:46 UTC 2020


On Wed, 28 Oct 2020 17:58:17 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:

>> test/langtools/tools/javac/records/RecordsBinaryCompatibilityTests.java line 2:
>> 
>>> 1: /*
>>> 2:  * Copyright (c) 2020, Oracle and/or its affiliates. All rights reserved.
>> 
>> this code is not strictly related to the patch but this test is just basically testing the changes introduced by Chapter 13 in the record spec. I'm OK moving this to another PR if needed
>
> I bet this is related to the extra disjoint test in Check.java - if so, yes, better moved in a different issue, thanks.

not really but it is true that it is not strictly related to the patch, will create another issue for it

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

PR: https://git.openjdk.java.net/jdk/pull/571


More information about the compiler-dev mailing list