summaryrefslogtreecommitdiff
path: root/plugins/InspectionGadgets/src/inspectionDescriptions/AssignmentToLambdaParameter.html
blob: 1ed29bfee193e70c9bd981f032725ff6f0b85df3 (plain)
1
2
3
4
5
6
7
8
9
<html>
<body>
Reports assignments to a lambda parameter, this includes compound assignments and incrementing or decrementing the parameter.
While occasionally intended, this construct can be extremely confusing, and is often the result of a typo.
<!-- tooltip end -->
<p>
<small>New in 14</small>
</body>
</html>