Kotlin: Extract properties

This commit is contained in:
Ian Lynagh
2021-08-11 15:21:43 +01:00
parent 97722faee9
commit b91660a0f0
3 changed files with 27 additions and 3 deletions

View File

@@ -319,7 +319,7 @@ fields(
unique int id: @field,
string nodeName: string ref,
int typeid: @type ref,
int parentid: @reftype ref,
int parentid: @package_or_reftype ref,
int sourceid: @field ref
);