Skip to content

Commit ca5e18e

Browse files
committed
C#: Add a extension receiver type table to the DB scheme.
1 parent bda6dc1 commit ca5e18e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

csharp/ql/lib/semmlecode.csharp.dbscheme

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -542,6 +542,10 @@ function_pointer_return_type(
542542
unique int function_pointer_id: @function_pointer_type ref,
543543
int return_type_id: @type_or_ref ref);
544544

545+
extension_receiver_type(
546+
unique int extension: @extension_type ref,
547+
int receiver_type_id: @type_or_ref ref);
548+
545549
extend(
546550
int sub: @type ref,
547551
int super: @type_or_ref ref);

0 commit comments

Comments
 (0)