Fix class construction bug introduced by abstracts
Merging changes with interface contracts introduced a bug due to a missing argument to class-make.
This commit is contained in:
parent
150548dc78
commit
9400432903
|
@ -3861,6 +3861,7 @@ An example
|
|||
method-ht
|
||||
(class-method-ids cls)
|
||||
null
|
||||
null
|
||||
|
||||
(make-weak-hasheq)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user