Suggestions from expression itself to have higher priority + fixed incorect upper case naming
This commit is contained in:
+1
-1
@@ -3,6 +3,6 @@ fun baz()
|
||||
|
||||
fun foo() {
|
||||
if (true) {
|
||||
val i = bar();
|
||||
val bar = bar();
|
||||
} else baz()
|
||||
}
|
||||
Reference in New Issue
Block a user