FIR IDE: move analysis api fir testdata to the analysis directory
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
package foo.bar.baz
|
||||
|
||||
class AA {
|
||||
fun foo() {}
|
||||
}
|
||||
|
||||
fun test() {
|
||||
A<caret>A::foo
|
||||
}
|
||||
Reference in New Issue
Block a user