Skip to content

Commit

Permalink
Fix compile error in 2022.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Earthcomputer committed Jul 26, 2023
1 parent 0e55bf0 commit 7495e3e
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 7495e3e

Please sign in to comment.