Analysis API: fix some compilation errors in reference resolve testdata
This commit is contained in:
+2
-2
@@ -3,11 +3,11 @@ fun test(f: Foo) {
|
||||
}
|
||||
|
||||
interface Foo {
|
||||
fun iterator(): Iterator
|
||||
operator fun iterator(): Iterator
|
||||
}
|
||||
|
||||
interface Iterator {
|
||||
fun hasNext(): Boolean
|
||||
operator fun hasNext(): Boolean
|
||||
}
|
||||
|
||||
// MULTIRESOLVE
|
||||
|
||||
Reference in New Issue
Block a user