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