[code-reflection] RFR: Drop support for quoted structural lambdas [v2]
Paul Sandoz
psandoz at openjdk.org
Thu Nov 6 19:30:41 UTC 2025
On Thu, 6 Nov 2025 19:06:10 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:
>> test/jdk/java/lang/reflect/code/bytecode/TestQuoted.java line 49:
>>
>>> 47: @Test
>>> 48: public void testQuoted() throws Throwable {
>>> 49: Quotable q = (IntBinaryOperator & Quotable)(int i, int j) -> {
>>
>> We can delete this test, as there are others testing lambda expressions.
>
> Wait... do you mean deleting the full test?
Yes, i think its redundant.
-------------
PR Review Comment: https://git.openjdk.org/babylon/pull/667#discussion_r2500524230
More information about the babylon-dev
mailing list