mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
C#: Extract anonymous types explicitly
This commit is contained in:
@@ -413,6 +413,9 @@ extend(
|
||||
unique int sub: @type ref,
|
||||
int super: @type_or_ref ref);
|
||||
|
||||
anonymous_types(
|
||||
unique int id: @type ref);
|
||||
|
||||
@interface_or_ref = @interface_type | @typeref;
|
||||
|
||||
implement(
|
||||
|
||||
Reference in New Issue
Block a user