This repository has been archived by the owner on Feb 21, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fix] making sure the identifier is the expression of the property ac…
…cess expression We just need to make sure that the identifier is the caller, we can do this by making sure that the expression in the PropertyAccessExpression is the identifier. If this wasn’t the case, then the expression property will be another PropertyAccessExpression.
- Loading branch information
Manuel Lopez
committed
Dec 25, 2016
1 parent
258c24c
commit 0a9a882
Showing
2 changed files
with
31 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters