On Mon, 15 May 2023 17:55:09 GMT, Marius Hanl <mh...@openjdk.org> wrote:
>> modules/javafx.graphics/src/test/java/test/javafx/scene/CssStyleHelperTest.java >> line 622: >> >>> 620: } >>> 621: """ >>> 622: ); >> >> is there a chance we would backport this fix (to < java15)? > > Even if there is, this still shouln't stop us using new language features, > should it? Otherwise we can't really use any new feature, as a fix *might* be > backported. > On the other hand it is also easy to replace this text block when backported. it could also be a one liner ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/1072#discussion_r1194172909