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