FIR IDE: move analysis api fir testdata to the analysis directory
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package test
|
||||
|
||||
class A
|
||||
|
||||
object b {
|
||||
companion object {
|
||||
val x = <caret>A()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user