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
);

View File

@@ -1,4 +1,4 @@
| stmts.kt:2:41:13:1 | { ... } |
| stmts.kt:2:41:16:1 | { ... } |
| stmts.kt:3:8:3:12 | if (...) |
| stmts.kt:3:15:4:5 | { ... } |
| stmts.kt:4:15:4:19 | if (...) |
@@ -8,4 +8,6 @@
| stmts.kt:9:5:11:5 | while (...) |
| stmts.kt:9:18:11:5 | { ... } |
| stmts.kt:10:9:10:16 | return ... |
| stmts.kt:12:5:12:16 | return ... |
| stmts.kt:12:5:14:18 | do ... while (...) |
| stmts.kt:12:5:14:18 | { ... } |
| stmts.kt:15:5:15:16 | return ... |