Skip to content

Commit

Permalink
Update ClassBinder.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
LPeter1997 committed Nov 3, 2024
1 parent ff3636c commit 3178f1b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Draco.Compiler/Internal/Binding/ClassBinder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ internal sealed class ClassBinder(Binder parent, TypeSymbol symbol) : Binder(par
private readonly TypeSymbol symbol = symbol;

public override IEnumerable<Symbol> DeclaredSymbols => this.symbol.Members
.Cast<Symbol>()
.Concat(this.symbol.GenericParameters);

internal override void LookupLocal(LookupResult result, string name, ref LookupFlags flags, Predicate<Symbol> allowSymbol, SyntaxNode? currentReference)
Expand Down

0 comments on commit 3178f1b

Please sign in to comment.