Fix comment at end of list problem

This commit is contained in:
2020-12-08 18:50:26 -07:00
parent d77dc23a58
commit 419e72e280
4 changed files with 43 additions and 4 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("kiss/src/test/cases/CommentAtEndOfListTestCase.kiss"))
class CommentAtEndOfListTestCase extends Test {}

View File

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