FIR IDE: move low level api testdata sources to the analysis directory

This commit is contained in:
Ilya Kirillov
2021-09-14 16:39:48 +02:00
parent 633b0fa612
commit 989f3248e4
371 changed files with 0 additions and 0 deletions
@@ -0,0 +1,16 @@
class A {/* NonReanalyzableDeclarationStructureElement */
class B {/* NonReanalyzableDeclarationStructureElement */
fun x() {/* ReanalyzableFunctionStructureElement */
}
class C {/* NonReanalyzableDeclarationStructureElement */
}
}
class E {/* NonReanalyzableDeclarationStructureElement */
}
fun y(): Int = 10/* ReanalyzableFunctionStructureElement */
}