Skip to content

Commit

Permalink
Merge branch '2022.3' into 2023.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Earthcomputer committed Jul 26, 2023
2 parents fb109c3 + 7495e3e commit 351d105
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ class InjectCouldBeOverwriteInspection : MixinInspection() {
// don't recurse into nested methods
}

override fun visitLambdaExpression(expression: PsiLambdaExpression?) {
override fun visitLambdaExpression(expression: PsiLambdaExpression) {
// don't recurse into lambdas
}

Expand Down

0 comments on commit 351d105

Please sign in to comment.