summaryrefslogtreecommitdiff
path: root/test/res/scratch.lisp
diff options
context:
space:
mode:
authornea <nea@nea.moe>2023-08-21 16:15:59 +0200
committernea <nea@nea.moe>2023-08-21 16:15:59 +0200
commit4bbfede4060d38083aafd8a6c7ab2847e0e55ebf (patch)
treef0ab50180d2fa1c872ba8c20a4b055cd87bed3c9 /test/res/scratch.lisp
parentde694f30b5e2f6fd62a00e5a622abe0a2411afb9 (diff)
downloadnealisp-4bbfede4060d38083aafd8a6c7ab2847e0e55ebf.tar.gz
nealisp-4bbfede4060d38083aafd8a6c7ab2847e0e55ebf.tar.bz2
nealisp-4bbfede4060d38083aafd8a6c7ab2847e0e55ebf.zip
method binding
Diffstat (limited to 'test/res/scratch.lisp')
-rw-r--r--test/res/scratch.lisp2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/res/scratch.lisp b/test/res/scratch.lisp
index 3a1fa66..667f903 100644
--- a/test/res/scratch.lisp
+++ b/test/res/scratch.lisp
@@ -24,3 +24,5 @@
(debuglog "============")
(debuglog "Running tests")
+
+(debuglog "This should be 1.0" (funny-method 1.1 "test" false)) \ No newline at end of file