Kotlin: Add support for IrSyntheticBody

I'm not sure it's worth adding an entity to the database for them,
although that would allow us to use a 'case' in the dbscheme for
the different kinds.

There's no QLL support for this info yet.
This commit is contained in:
Ian Lynagh
2021-11-22 14:35:06 +00:00
parent 4ca024f043
commit 2b973fa3b1
2 changed files with 21 additions and 4 deletions

View File

@@ -1137,3 +1137,10 @@ ktAnonymousClassDeclarationStmts(
unique int id: @anonymousclassdeclstmt ref,
int classId: @class ref
)
ktSyntheticBody(
unique int id: @callable ref,
int kind: int ref
// 1: ENUM_VALUES
// 2: ENUM_VALUEOF
)