b8ebc087e2
Added "Unused return value of a function with lambda expression body" inspection with quickfix "Remove '=' token from function declaration" #KT-10393 Fixed
9 lines
95 B
Plaintext
Vendored
9 lines
95 B
Plaintext
Vendored
// "Remove '=' token from function declaration" "true"
|
|
|
|
fun foo() {
|
|
bar()
|
|
}
|
|
|
|
fun bar() {
|
|
|
|
} |