b8ebc087e2
Added "Unused return value of a function with lambda expression body" inspection with quickfix "Remove '=' token from function declaration" #KT-10393 Fixed
7 lines
229 B
HTML
7 lines
229 B
HTML
<html>
|
|
<body>
|
|
This inspection reports calls with unused return value when the function is defined with lambda as expression body.
|
|
Happens when someone accidentally puts '=' between function header and body block.
|
|
</body>
|
|
</html>
|