JVM IR: extract JvmIrDeclarationOrigin

This commit is contained in:
Alexander Udalov
2023-02-27 13:24:08 +01:00
parent b1d109e7a3
commit b1ca9a0f05
4 changed files with 29 additions and 11 deletions
@@ -19,7 +19,6 @@ enum class JvmDeclarationOriginKind {
SYNTHETIC, // this means that there's no proper descriptor for this jvm declaration,
COLLECTION_STUB,
AUGMENTED_BUILTIN_API,
ERASED_INLINE_CLASS,
UNBOX_METHOD_OF_INLINE_CLASS,
JVM_OVERLOADS,
INLINE_VERSION_OF_SUSPEND_FUN,