From be7fabeef0b6de9b15c2ff34e95794d87042c3bd Mon Sep 17 00:00:00 2001 From: Li Jin Date: Fri, 29 Jul 2022 09:00:17 +0800 Subject: fix not marking variables from `import from` statement to be const issue. --- spec/inputs/import.yue | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'spec/inputs/import.yue') diff --git a/spec/inputs/import.yue b/spec/inputs/import.yue index e206d04..570b909 100644 --- a/spec/inputs/import.yue +++ b/spec/inputs/import.yue @@ -1,17 +1,12 @@ import hello from yeah -import hello, world from table["cool"] - -import a, \b, c from items +import holla, world from table["cool"] +import x, \y, z from items import master, \ghost from find "mytable" - -a, yumm = 3434, "hello" - - _table_0 = 232 import something from a table -- cgit v1.2.3-55-g6feb