Fix potential leak in "unused lambda expression body" fix
This commit is contained in:
@@ -1 +0,0 @@
|
||||
org.jetbrains.kotlin.idea.inspections.UnusedLambdaExpressionBodyInspection
|
||||
@@ -1,9 +0,0 @@
|
||||
// "Remove '=' token from function declaration" "true"
|
||||
|
||||
fun foo() {
|
||||
<caret>bar()
|
||||
}
|
||||
|
||||
fun bar() = {
|
||||
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
// "Remove '=' token from function declaration" "true"
|
||||
|
||||
fun foo() {
|
||||
bar()
|
||||
}
|
||||
|
||||
fun bar() {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user