Merge pull request #13479 from igfoo/igfoo/ENUM_ENTRIES

Kotlin: Handle IrSyntheticBodyKind.ENUM_ENTRIES
This commit is contained in:
Ian Lynagh
2023-06-19 12:57:10 +01:00
committed by GitHub
10 changed files with 5045 additions and 5 deletions

View File

@@ -1219,6 +1219,7 @@ ktSyntheticBody(
int kind: int ref
// 1: ENUM_VALUES
// 2: ENUM_VALUEOF
// 3: ENUM_ENTRIES
)
ktLocalFunction(

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,2 @@
description: Add ENUM_ENTRIES
compatibility: full