RFR: 8254105: allow static nested declarations [v4]
Maurizio Cimadamore
mcimadamore at openjdk.java.net
Wed Oct 28 18:02:49 UTC 2020
On Fri, 9 Oct 2020 00:07:35 GMT, Vicente Romero <vromero at openjdk.org> wrote:
>> Vicente Romero has updated the pull request incrementally with one additional commit since the last revision:
>>
>> removing duplicated test
>
> 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.
-------------
PR: https://git.openjdk.java.net/jdk/pull/571
More information about the compiler-dev
mailing list