FIR IDE: move analysis api fir testdata to the analysis directory
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
interface A {
|
||||
fun foo()
|
||||
}
|
||||
|
||||
interface B {
|
||||
fun foo()
|
||||
}
|
||||
|
||||
interface C : A, B {
|
||||
|
||||
}
|
||||
|
||||
fun test(c: C) {
|
||||
c.<caret>foo()
|
||||
}
|
||||
|
||||
// MULTIRESOLVE
|
||||
Reference in New Issue
Block a user