RedundantUnitExpressionInspection: support lambdas
#KT-39772 Fixed
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
// PROBLEM: none
|
||||
fun test(b: Boolean): Unit = if (b) {
|
||||
fun a() = 1
|
||||
<caret>Unit
|
||||
|
||||
Reference in New Issue
Block a user