Initial implementation of EnumEntries

KT-53152


Merge-request: KT-MR-6656
Merged-by: Vsevolod Tolstopyatov <vsevolod.tolstopyatov@jetbrains.com>
This commit is contained in:
Vsevolod Tolstopyatov
2022-07-15 14:26:50 +00:00
committed by Space
parent 3051c36780
commit 59ac756f22
7 changed files with 171 additions and 1 deletions
@@ -11,6 +11,7 @@ module kotlin.stdlib {
exports kotlin.coroutines.cancellation;
exports kotlin.coroutines.intrinsics;
exports kotlin.coroutines.jvm.internal;
exports kotlin.enums;
exports kotlin.io;
exports kotlin.jvm;
exports kotlin.jvm.functions;