Skip to content

Commit

Permalink
generic explicit method/property overriding in PE
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubmisek committed May 9, 2024
1 parent a861c32 commit 5dd5cb5
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/Peachpie.CodeAnalysis/Symbols/SubstitutedMethodSymbol.cs
Original file line number Diff line number Diff line change
Expand Up @@ -220,13 +220,7 @@ public override ImmutableArray<TypeSymbol> TypeArguments
}
}

public sealed override MethodSymbol OriginalDefinition
{
get
{
return originalDefinition;
}
}
protected override Symbol OriginalSymbolDefinition => originalDefinition;

public sealed override bool IsExtern
{
Expand Down

0 comments on commit 5dd5cb5

Please sign in to comment.