FIR IDE: move analysis api fir testdata to the analysis directory
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
fun test(f: Foo) {
|
||||
for(i <caret>in f) {}
|
||||
}
|
||||
|
||||
interface Foo
|
||||
fun Foo.iterator(): Iterator
|
||||
|
||||
interface Iterator
|
||||
|
||||
fun Iterator.next(): Any
|
||||
fun Iterator.hasNext(): Boolean
|
||||
Reference in New Issue
Block a user