Fix regression of commend-at-eof error

This commit is contained in:
2021-04-25 14:06:29 -06:00
parent 7eafa5fd85
commit 5a05aec560
3 changed files with 16 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
package test.cases;
import utest.Assert;
import utest.Test;
import kiss.Prelude;
import kiss.List;
@:build(kiss.Kiss.build())
class CommentAtEndOfFileTestCase extends Test {}

View File

@@ -0,0 +1,5 @@
(defun myFun []
(deflocal something 5)
)
// This comment used to cause a hard-to-track-down error!