Open stephan-herrmann opened 1 month ago
No test results, because now the compiler can't compile itself ;-P
WIP regargding #1045
@srikanth-sankaran this draft demonstrates that much of our solution can perhaps be found in JLS indeed:
Thanks, I will review this next week -
WIP regargding https://github.com/eclipse-jdt/eclipse.jdt.core/issues/1045
@srikanth-sankaran this draft demonstrates that much of our solution can perhaps be found in JLS indeed:
Looking at the current spec, I find exactly three rules that may branch into
LambdaExpression
:Much to my surprise this is accepted by jikespg, with 1.5 caveats:
CastExpression
Results so far:
maybeAtLambdaOrCast()
because it checks for a conflict we no longer have.