Lazy resolve: Proper scope when inferring types of member properties
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
class CompositeIterator<T>(vararg iterators: java.util.Iterator<T>){
|
||||
val iteratorsIter = iterators.iterator()
|
||||
}
|
||||
Reference in New Issue
Block a user