[FIR IDE] RawFirBuilder for lazy bodies

This commit is contained in:
Igor Yakovlev
2021-03-10 18:18:06 +01:00
parent 1558bd7373
commit 25929b50d9
30 changed files with 956 additions and 172 deletions
@@ -1069,6 +1069,12 @@ fun main(args: Array<String>) {
}
}
testGroup("idea/idea-frontend-fir/idea-fir-low-level-api/tests", "compiler/fir/raw-fir/psi2fir/testData") {
testClass<AbstractFirLazyBodiesCalculatorTest> {
model("rawBuilder", testMethod = "doTest")
}
}
testGroup("idea/idea-frontend-fir/idea-fir-low-level-api/tests", "idea/idea-frontend-fir/idea-fir-low-level-api/testdata") {
testClass<AbstractFirMultiModuleLazyResolveTest> {
model("multiModuleLazyResolve", recursive = false, extension = null)