Skip to content

Commit

Permalink
Update compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/c…
Browse files Browse the repository at this point in the history
…ompiler/desugar/Desugar.java

Co-authored-by: Maryam Ziyad <[email protected]>
  • Loading branch information
gimantha and MaryamZi authored Oct 21, 2021
1 parent 6bdb699 commit c627bf3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7181,6 +7181,7 @@ private BLangStatementExpression createStmtExprForNilableUnaryExpr(BLangUnaryExp
* int? x = 3;
* int? y = +x;
*
*
* Above is desugared to
* int? $result$;
* if (x is ()) {
Expand Down

0 comments on commit c627bf3

Please sign in to comment.