Option to use 'asSequence()'
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
// WITH_RUNTIME
|
||||
// IS_APPLICABLE: false
|
||||
// IS_APPLICABLE_2: false
|
||||
fun foo(list: List<Any>, target: MutableCollection<String>) {
|
||||
<caret>for (o in list) {
|
||||
if (bar(o as String)) {
|
||||
|
||||
Reference in New Issue
Block a user