C#: Extract anonymous types explicitly

This commit is contained in:
Tamas Vajk
2020-11-16 10:44:30 +01:00
parent 3b16d2689d
commit fdf5cf9dd0
4 changed files with 14 additions and 1 deletions

View File

@@ -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(