Add 2 new test cases.
This commit is contained in:
15
src/test/res/test9.lua
Normal file
15
src/test/res/test9.lua
Normal file
@@ -0,0 +1,15 @@
|
||||
local x
|
||||
|
||||
local function g()
|
||||
local a, b, c
|
||||
return a, b, c
|
||||
end
|
||||
|
||||
local function f()
|
||||
print("hello")
|
||||
end
|
||||
|
||||
g()
|
||||
x = ...
|
||||
|
||||
f()
|
||||
Reference in New Issue
Block a user