RFR: 8254105: allow static nested declarations [v4]
Vicente Romero
vromero at openjdk.java.net
Wed Oct 28 20:56:47 UTC 2020
On Wed, 28 Oct 2020 17:55:51 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:
>> Vicente Romero has updated the pull request incrementally with one additional commit since the last revision:
>>
>> removing duplicated test
>
> src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Check.java line 1306:
>
>> 1304: SEALED,
>> 1305: FINAL | NON_SEALED)
>> 1306: && checkDisjoint(pos, flags,
>
> Where is this coming from? This seems outside the scope of the change?
sure I will remove it
-------------
PR: https://git.openjdk.java.net/jdk/pull/571
More information about the compiler-dev
mailing list