Skip to content

Commit cf99c64

Browse files
committed
Revert grammar changes
1 parent dbd6f25 commit cf99c64

File tree

9 files changed

+929
-1438
lines changed

9 files changed

+929
-1438
lines changed

Rubberduck.Parsing/Binding/TypeBindingContext.cs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,6 @@ private IExpressionBinding Visit(Declaration module, Declaration parent, VBAPars
3737
return Visit(module, parent, lexpr);
3838
}
3939

40-
private IExpressionBinding Visit(Declaration module, Declaration parent, VBAParser.CtLExprContext expression)
41-
{
42-
dynamic lexpr = expression.lExpression();
43-
var type = expression.lExpression().GetType();
44-
return Visit(module, parent, lexpr);
45-
}
46-
4740
private IExpressionBinding Visit(Declaration module, Declaration parent, VBAParser.SimpleNameExprContext expression)
4841
{
4942
return new SimpleNameTypeBinding(_declarationFinder, Declaration.GetProjectParent(parent), module, parent, expression);

0 commit comments

Comments
 (0)