Skip to content

Commit

Permalink
Add comment to ignored default case
Browse files Browse the repository at this point in the history
  • Loading branch information
nipunayf committed Mar 4, 2024
1 parent e3f55f4 commit 9901b72
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1573,6 +1573,7 @@ private boolean isConstExpression(BLangExpression expression) {
}
}
default -> {
// Ignore the default case
}
}
}
Expand Down

0 comments on commit 9901b72

Please sign in to comment.