mirror of
https://github.com/github/codeql.git
synced 2026-04-27 09:45:15 +02:00
Kotlin: Extract properties
This commit is contained in:
@@ -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
|
||||
);
|
||||
|
||||
|
||||
@@ -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 ... |
|
||||
|
||||
Reference in New Issue
Block a user