[K/N] Stub for Kotlin/Native

#KT-48872
This commit is contained in:
Vsevolod Tolstopyatov
2022-07-21 16:38:21 +02:00
committed by Space
parent e708809e55
commit 2ade189e60
@@ -170,6 +170,7 @@ internal class EnumClassLowering(val context: Context) : FileLoweringPass {
declaration.body = createSyntheticValueOfMethodBody(declaration)
IrSyntheticBodyKind.ENUM_VALUES ->
declaration.body = createSyntheticValuesMethodBody(declaration)
IrSyntheticBodyKind.ENUM_ENTRIES -> TODO("KT-48872 is not yet supported")
}
}
}