summaryrefslogtreecommitdiff
path: root/Data/Libraries/LDoc/tests/bad.lua
blob: 70df1076c35c6be1f3c86f7b67172f20386a4bbb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
-------
-- @module bad

local bad = {}

--------
-- inference fails! Have to explicitly
-- declare the function and its arguments
bad['entry'] = function(one)
end

return bad