Suggestions from expression itself to have higher priority + fixed incorect upper case naming
This commit is contained in:
+2
-2
@@ -2,7 +2,7 @@ fun a(op: (Int) -> Int) {}
|
||||
fun b() {
|
||||
a {it}
|
||||
a {
|
||||
val i = it
|
||||
i
|
||||
val it1 = it
|
||||
it1
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user