FIR IDE: move low level api testdata sources to the analysis directory
This commit is contained in:
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
package test
|
||||
|
||||
import library.TopLevelClass
|
||||
|
||||
fun usage() {
|
||||
val a = <caret>TopLevelClass()
|
||||
}
|
||||
Reference in New Issue
Block a user