We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bda6dc1 commit ca5e18eCopy full SHA for ca5e18e
csharp/ql/lib/semmlecode.csharp.dbscheme
@@ -542,6 +542,10 @@ function_pointer_return_type(
542
unique int function_pointer_id: @function_pointer_type ref,
543
int return_type_id: @type_or_ref ref);
544
545
+extension_receiver_type(
546
+ unique int extension: @extension_type ref,
547
+ int receiver_type_id: @type_or_ref ref);
548
+
549
extend(
550
int sub: @type ref,
551
int super: @type_or_ref ref);
0 commit comments