Simple LR Tests don't need to compare all the packages in the world
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
package test
|
||||
|
||||
class CompositeIterator<T>(vararg iterators: java.util.Iterator<T>){
|
||||
val iteratorsIter = iterators.iterator()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user