mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-10 22:37:38 +02:00
Check inner ref
This commit is contained in:
parent
6f47046be0
commit
32b6426318
1 changed files with 1 additions and 0 deletions
|
@ -1795,6 +1795,7 @@
|
||||||
((tagged-list? '%closure-ref inner-cref))
|
((tagged-list? '%closure-ref inner-cref))
|
||||||
(equal? self (cadr inner-cref))
|
(equal? self (cadr inner-cref))
|
||||||
((equal? 0 (caddr ast)))
|
((equal? 0 (caddr ast)))
|
||||||
|
((equal? 1 (caddr inner-cref)))
|
||||||
)
|
)
|
||||||
#t))
|
#t))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue