aboutsummaryrefslogtreecommitdiff
path: root/spec/outputs/unicode/stub.lua
blob: 5f183a178b7da908c5313fba4d0c7e7429d3bc8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
local _u53d8_u91cfx = {
	["值"] = 100,
	["你好"] = function(self)
		return _u6253_u5370(self.val)
	end
}
local _u51fd_u6570
do
	local _base_0 = _u53d8_u91cfx
	local _fn_0 = _base_0["值"]
	_u51fd_u6570 = _fn_0 and function(...)
		return _fn_0(_base_0, ...)
	end
end
_u6253_u5370(_u51fd_u6570())
_u6253_u5370(_u53d8_u91cfx["值"](_u53d8_u91cfx));
(function(...)
	do
		local _base_0 = _u4f60_u597d(...)
		local _fn_0 = _base_0["世界"]
		_u53d8_u91cfx = _fn_0 and function(...)
			return _fn_0(_base_0, ...)
		end
	end
end)()
return nil