Skip to content

Commit

Permalink
[fix] fixed binding check
Browse files Browse the repository at this point in the history
  • Loading branch information
hogoww committed Jan 31, 2020
1 parent 259af26 commit bd2b54a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OpalCompiler-Core/OCExtraBindingScope.class.st
Expand Up @@ -51,7 +51,7 @@ OCExtraBindingScope >> lookupVar: name [
assoc: assoc;
scope: self;
yourself ].
^ nil
^ outerScope lookupVar: name
]

{ #category : #'instance creation' }
Expand Down

0 comments on commit bd2b54a

Please sign in to comment.