Skip to content

Commit d1fd05e

Browse files
committed
fix
1 parent a3a6203 commit d1fd05e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

script/parser/luadoc.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1371,6 +1371,7 @@ local docSwitch = util.switch()
13711371
result.finish = op.finish
13721372

13731373
if checkToken('symbol', '(', 1) then
1374+
nextToken()
13741375
local exp = parseType(result)
13751376
if exp then
13761377
result.exp = exp

0 commit comments

Comments
 (0)