Fix tests: codegen, completion, decompiler consistency, quickdoc, intentions, navigation, reference resolver, quick fixes
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import kotlin.support.AbstractIterator
|
||||
import kotlin.collections.AbstractIterator
|
||||
|
||||
class MyIterator : AbstractIterator<String>() {
|
||||
var i = 0
|
||||
|
||||
Vendored
-2
@@ -1,5 +1,3 @@
|
||||
import kotlin.support.*
|
||||
|
||||
interface Stream<T> {
|
||||
fun iterator(): Iterator<T>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user