mirror of
https://github.com/github/codeql.git
synced 2026-05-01 19:55:15 +02:00
Extract local delegated properties
This commit is contained in:
@@ -1217,3 +1217,25 @@ ktLocalFunction(
|
||||
ktInitializerAssignment(
|
||||
unique int id: @assignexpr ref
|
||||
)
|
||||
|
||||
ktLocalDelegatedProperties(
|
||||
unique int id: @kt_local_delegated_property,
|
||||
unique int variableId: @variable ref,
|
||||
int typeId: @type ref,
|
||||
string name: string ref
|
||||
)
|
||||
|
||||
ktLocalDelegatedPropertiesKotlinType(
|
||||
unique int id: @kt_local_delegated_property ref,
|
||||
int kttypeid: @kt_type ref
|
||||
);
|
||||
|
||||
ktLocalDelegatedPropertyGetters(
|
||||
unique int id: @kt_local_delegated_property ref,
|
||||
int getter: @method ref
|
||||
)
|
||||
|
||||
ktLocalDelegatedPropertySetters(
|
||||
unique int id: @kt_local_delegated_property ref,
|
||||
int setter: @method ref
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user