FIR IDE: move low level api testdata sources to the analysis directory
This commit is contained in:
analysis/low-level-api-fir/testdata/multiModuleLazyResolve/whenWithHeiarchy/dependency/dependency.kt
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
interface A
|
||||
|
||||
interface X : A
|
||||
interface Y : A
|
||||
|
||||
interface F : Y, X
|
||||
interface G : Y, X
|
||||
|
||||
Reference in New Issue
Block a user