From ab59ed159a87f724c8ae4d2005868337da619662 Mon Sep 17 00:00:00 2001 From: Li Jin Date: Wed, 5 Aug 2020 22:48:01 +0800 Subject: fix case for extending class without name. --- spec/inputs/class.moon | 3 +++ 1 file changed, 3 insertions(+) (limited to 'spec/inputs') diff --git a/spec/inputs/class.moon b/spec/inputs/class.moon index 533694e..ca8b58c 100644 --- a/spec/inputs/class.moon +++ b/spec/inputs/class.moon @@ -226,4 +226,7 @@ do test = Test! test\test! +class extends lapis.Application + "/": => json: { status: true } + nil -- cgit v1.2.3-55-g6feb