Groupped tests by folders
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
// WITH_RUNTIME
|
||||
// IS_APPLICABLE: false
|
||||
// IS_APPLICABLE_2: false
|
||||
import java.util.ArrayList
|
||||
|
||||
var globalCollection = ArrayList<Int>()
|
||||
|
||||
fun foo(list: List<Collection<Int>>) {
|
||||
<caret>for (collection in list) {
|
||||
globalCollection.add(collection.size)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user