Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Karsten Poeck
ansi-test
Commits
6c94f69f
Commit
6c94f69f
authored
May 28, 2003
by
pfdietz
Browse files
Commented out defgeneric.27. I am not sure this is supposed to work.
parent
a2ad38ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
ansi-tests/defgeneric.lsp
View file @
6c94f69f
...
...
@@ -657,6 +657,7 @@
(funcall fn 'a))
a)
#|
(when (subtypep (class-of (find-class 'standard-method))
'standard-class)
(defclass substandard-method (standard-method) ())
...
...
@@ -670,6 +671,7 @@
(funcall fn 1 2)
(funcall fn "1" "2")))
3 "12"))
|#
(deftest defgeneric.28
(let ((fn (eval '(defgeneric defgeneric.fun.28 (x &key)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment