source: trunk/abcl/t/coerce.lisp

Last change on this file was 15528, checked in by Mark Evenson, 3 years ago

Test coercing symbol to its generic function

c.f. <https://github.com/armedbear/abcl/issues/399>.

File size: 167 bytes
Line 
1(in-package :cl-user)
2
3;;; <https://github.com/armedbear/abcl/issues/399>
4
5(prove:plan 1)
6(prove:ok
7 (functionp
8  (coerce 'documentation 'function)))
9(prove:finalize)
Note: See TracBrowser for help on using the repository browser.