scratch: add thoughts
This commit is contained in:
10
scratch/diag_test.lua
Normal file
10
scratch/diag_test.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
local y = function() end
|
||||
|
||||
local x = function()
|
||||
asdf
|
||||
print(y)
|
||||
end
|
||||
|
||||
x()
|
||||
|
||||
y()
|
||||
Reference in New Issue
Block a user