mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
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:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user