mirror of
https://github.com/github/codeql.git
synced 2026-05-03 04:39:29 +02:00
Kotlin: Extract methods
This commit is contained in:
@@ -332,12 +332,14 @@ constrs(
|
||||
int sourceid: @constructor ref
|
||||
);
|
||||
|
||||
@package_or_reftype = @package | @reftype
|
||||
|
||||
methods(
|
||||
unique int id: @method,
|
||||
string nodeName: string ref,
|
||||
string signature: string ref,
|
||||
int typeid: @type ref,
|
||||
int parentid: @reftype ref,
|
||||
int parentid: @package_or_reftype ref,
|
||||
int sourceid: @method ref
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user