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 B {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
val A.B.bar : Int get() = 1
|
||||
|
||||
fun test() {
|
||||
<caret>A.bar
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user