tests: apply official code style
#KT-38632 Fixed
This commit is contained in:
+4
-4
@@ -7,9 +7,9 @@ fun foo(list: List<String>, o: Any) {
|
||||
unresolvedFun()
|
||||
|
||||
val result: Any? = list
|
||||
.asSequence()
|
||||
.map { it.length + (o as String).capitalize().hashCode() }
|
||||
.map { it * o.length }
|
||||
.firstOrNull { it > 1000 }
|
||||
.asSequence()
|
||||
.map { it.length + (o as String).capitalize().hashCode() }
|
||||
.map { it * o.length }
|
||||
.firstOrNull { it > 1000 }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user