FIR IDE: move analysis api fir testdata to the analysis directory
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class Foo {
|
||||
operator fun invoke(a: Any) {}
|
||||
}
|
||||
|
||||
fun test(f: Foo) {
|
||||
f <caret>{}
|
||||
}
|
||||
Reference in New Issue
Block a user