From 040f6802ef02f6541e0213de0440f9b1b758d9fc Mon Sep 17 00:00:00 2001 From: Li Jin Date: Wed, 21 May 2025 16:19:10 +0800 Subject: Added support for mark global var const without initial value. --- spec/inputs/global.yue | 1 + 1 file changed, 1 insertion(+) (limited to 'spec') diff --git a/spec/inputs/global.yue b/spec/inputs/global.yue index 8316d16..4e3b8aa 100644 --- a/spec/inputs/global.yue +++ b/spec/inputs/global.yue @@ -86,4 +86,5 @@ do global const class A global const Flag = 1 global const const, x, y = "const", 1, 2 + global const math, table -- cgit v1.2.3-55-g6feb