Add inspection for calls of function with lambda expression body
Added "Unused return value of a function with lambda expression body" inspection with quickfix "Remove '=' token from function declaration" #KT-10393 Fixed
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// "Remove '=' token from function declaration" "true"
|
||||
|
||||
fun foo() {
|
||||
<caret>bar()
|
||||
}
|
||||
|
||||
fun bar() = {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user