C#: Refine UnboundGeneric and ConstructedGeneric

This commit is contained in:
Tom Hvitved
2020-04-23 14:51:57 +02:00
parent 8a01023dee
commit c324c388d0
8 changed files with 34 additions and 74 deletions

View File

@@ -497,10 +497,6 @@ expr_flowstate(unique int id: @expr ref, int state: int ref);
@generic = @type | @method | @local_function;
is_generic(unique int id: @generic ref);
is_constructed(unique int id: @generic ref);
type_parameters(
unique int id: @type_parameter ref,
int index: int ref,