[FIR2IR] Implement JvmBackendClassResolver for boxing optimizer

This commit is contained in:
simon.ogorodnik
2020-03-24 02:22:12 +03:00
parent d71939728a
commit 0afbf25943
10 changed files with 75 additions and 9 deletions
+2
View File
@@ -15,6 +15,8 @@ dependencies {
testCompile(project(":compiler:fir:psi2fir"))
testCompile(project(":compiler:fir:lightTree"))
testCompile(project(":compiler:fir:fir2ir"))
testCompile(project(":compiler:fir:jvm"))
testCompile(project(":compiler:fir:fir2ir:jvm-backend"))
testCompile(project(":compiler:fir:cones"))
testCompile(project(":compiler:fir:resolve"))
testCompile(project(":compiler:fir:checkers"))