FIR2IR: remove redundant calls of preCacheBuiltinClassMembers

#KT-55421 Fixed
This commit is contained in:
Mikhail Glukhikh
2022-12-13 11:39:44 +01:00
committed by Space Team
parent 189ef3425f
commit 8580461b5b
3 changed files with 5 additions and 2 deletions
@@ -49,6 +49,7 @@ object StandardClassIds {
val UInt = Int.unsignedId()
val ULong = Long.unsignedId()
val CharSequence = "CharSequence".baseId()
val String = "String".baseId()
val Throwable = "Throwable".baseId()