summaryrefslogtreecommitdiff
path: root/script/vm/sign.lua
diff options
context:
space:
mode:
Diffstat (limited to 'script/vm/sign.lua')
-rw-r--r--script/vm/sign.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/script/vm/sign.lua b/script/vm/sign.lua
index a0478751..7c95fd08 100644
--- a/script/vm/sign.lua
+++ b/script/vm/sign.lua
@@ -63,6 +63,10 @@ function mt:resolve(uri, args, removeGeneric)
resolve(object.node, vm.compileNode(field.extends))
end)
end
+ if n.type == 'table' and #n >= 1 then
+ -- { x } / { ... } -> T[]
+ resolve(object.node, vm.compileNode(n[1]))
+ end
end
end
if object.type == 'doc.type.table' then