FIR IDE: move analysis api fir testdata to the analysis directory
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
// FILE: main.kt
|
||||
package test
|
||||
|
||||
import dependency.foo
|
||||
|
||||
fun usage() {
|
||||
foo()
|
||||
}
|
||||
|
||||
// FILE: dependency.kt
|
||||
package dependency
|
||||
|
||||
fun foo() {}
|
||||
Reference in New Issue
Block a user