commit | e345a2dd47f88de4fa7dc01799a43e65abebf473 | [log] [tgz] |
---|---|---|
author | Artem Kobzar <artem.kobzar@jetbrains.com> | Thu Sep 08 18:10:40 2022 +0200 |
committer | Artem Kobzar <artem.kobzar@jetbrains.com> | Thu Sep 08 22:11:32 2022 +0200 |
tree | 48562e46a767ded13c73a0e9530195ea285927a1 | |
parent | 64cec0173191f45b85036155db7d7faf50f2a0c0 [diff] |
chore: remove enums package from built-ins inside FIR.
diff --git a/core/compiler.common/src/org/jetbrains/kotlin/name/StandardClassIds.kt b/core/compiler.common/src/org/jetbrains/kotlin/name/StandardClassIds.kt index 8352940..31fd438 100644 --- a/core/compiler.common/src/org/jetbrains/kotlin/name/StandardClassIds.kt +++ b/core/compiler.common/src/org/jetbrains/kotlin/name/StandardClassIds.kt
@@ -26,7 +26,6 @@ BASE_REFLECT_PACKAGE, BASE_INTERNAL_PACKAGE, BASE_COROUTINES_PACKAGE, - BASE_ENUMS_PACKAGE ) val Nothing = "Nothing".baseId()