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