RFR: 8268312: Compilation error with nested generic functional interface [v7]
Vicente Romero
vromero at openjdk.org
Tue Jul 12 02:36:13 UTC 2022
On Mon, 11 Jul 2022 21:21:28 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:
>> Vicente Romero has updated the pull request incrementally with one additional commit since the last revision:
>>
>> some missed changes
>
> test/langtools/tools/javac/Diagnostics/compressed/T8012003b.out line 4:
>
>> 2: T8012003b.java:31:16: compiler.err.prob.found.req: (compiler.misc.stat.expr.expected)
>> 3: T8012003b.java:32:22: compiler.err.prob.found.req: (compiler.misc.incompatible.ret.type.in.lambda: (compiler.misc.conditional.target.cant.be.void))
>> 4: T8012003b.java:33:12: compiler.err.prob.found.req: (compiler.misc.invalid.mref: kindname.method, (compiler.misc.cant.apply.symbol: kindname.method, g, java.lang.String, java.lang.Integer, kindname.class, T8012003b, (compiler.misc.no.conforming.assignment.exists: (compiler.misc.inconvertible.types: java.lang.Integer, java.lang.String))))
>
> Seems like this diagnostic is not getting compressed?
yep good catch, checking what's going on
-------------
PR: https://git.openjdk.org/jdk/pull/5586
More information about the compiler-dev
mailing list