FIR IDE: move analysis api fir testdata to the analysis directory
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
// FILE: main.kt
|
||||
fun usage() {
|
||||
dependency.C.<caret>Companion
|
||||
}
|
||||
|
||||
// FILE: C.kt
|
||||
package dependency
|
||||
|
||||
class C {
|
||||
companion object {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user