Suggestions from expression itself to have higher priority + fixed incorect upper case naming
This commit is contained in:
+3
-3
@@ -6,9 +6,9 @@ fun foo(body: A.() -> Unit) {}
|
||||
|
||||
fun bar() {
|
||||
foo {
|
||||
val i = value
|
||||
print(i)
|
||||
print(i)
|
||||
val value = value
|
||||
print(value)
|
||||
print(value)
|
||||
}
|
||||
|
||||
foo {
|
||||
|
||||
Reference in New Issue
Block a user