Corrections on code review
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
fun foo(list: List<String>): Collection<Int> {
|
||||
fun foo(list: List<String>) {
|
||||
bar(list.map { it.<caret> })
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user