Open Laurens-W opened 1 day ago
Take into account a possible J.Empty expression for a throws statement
J.Empty
@OlegDokuka @knutwannheden @timtebeek
In C# an implicit throw like this
catch (Exception ex) { throw; }
is valid code and it's mapped to a J.Empty expression
What's changed?
Take into account a possible
J.Empty
expression for a throws statementAnyone you would like to review specifically?
@OlegDokuka @knutwannheden @timtebeek
Any additional context
In C# an implicit throw like this
is valid code and it's mapped to a
J.Empty
expressionChecklist