FIR IDE: move analysis api fir testdata to the analysis directory
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
package t
|
||||
|
||||
class A {
|
||||
companion object Named {
|
||||
}
|
||||
}
|
||||
|
||||
fun f() {
|
||||
<caret>A.Named
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user