FIR IDE: move analysis api fir testdata to the analysis directory
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
fun foo() {
|
||||
open class A {
|
||||
open fun foo() {}
|
||||
}
|
||||
|
||||
class B : A() {
|
||||
override fun fo<caret>o() {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user