From 4bbfede4060d38083aafd8a6c7ab2847e0e55ebf Mon Sep 17 00:00:00 2001 From: nea Date: Mon, 21 Aug 2023 16:15:59 +0200 Subject: method binding --- test/res/scratch.lisp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/res/scratch.lisp') 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 -- cgit