Remove unsafe cast function usages from JVM backend modules

This commit is contained in:
Alexander Udalov
2022-11-01 13:56:02 +01:00
committed by Space Team
parent 2cd16f055a
commit 1418423423
34 changed files with 93 additions and 129 deletions
-6
View File
@@ -370,15 +370,9 @@ val projectsWithOptInToUnsafeCastFunctionsFromAddToStdLib by extra {
":analysis:decompiled:light-classes-for-decompiled",
":analysis:symbol-light-classes",
":compiler",
":compiler:backend",
":compiler:backend.js",
":compiler:backend.jvm",
":compiler:backend.jvm.codegen",
":compiler:backend.jvm.entrypoint",
":compiler:backend.jvm.lower",
":compiler:ir.backend.common",
":compiler:ir.psi2ir",
":compiler:ir.serialization.jvm",
":compiler:ir.tree",
":compiler:light-classes",
":core:reflection.jvm",