mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-03-15 17:30:37 -07:00
Global type declarations cannot be used for local functions and lambda forms with the same names.
This commit is contained in:
parent
6adc64d00c
commit
a6d30df567
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@
|
|||
|
||||
(defun lambda-type-check-associate (fname requireds optionals keywords global-fun-p)
|
||||
(multiple-value-bind (arg-types found)
|
||||
(get-arg-types fname *cmp-env* global-fun-p)
|
||||
(and global-fun-p (get-arg-types fname *cmp-env* global-fun-p))
|
||||
(if found
|
||||
(multiple-value-bind (req-types opt-types rest-flag key-flag
|
||||
key-types allow-other-keys)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue