source:
tags/1.9.2/t/coerce.lisp
Last change on this file was 15528, checked in by , 3 years ago | |
---|---|
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.