FIR IDE: move analysis api fir testdata to the analysis directory
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
// IGNORE_FE10
|
||||
package foo.bar.baz
|
||||
|
||||
class AA {
|
||||
companion object
|
||||
}
|
||||
|
||||
fun AA.Companion.foo() {}
|
||||
|
||||
fun test() {
|
||||
A<caret>A::foo // FE1.0 won't resolve this
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user