summaryrefslogtreecommitdiff
path: root/server/test
diff options
context:
space:
mode:
Diffstat (limited to 'server/test')
-rw-r--r--server/test/diagnostics/init.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/server/test/diagnostics/init.lua b/server/test/diagnostics/init.lua
index 5fb34908..d3e3d0e8 100644
--- a/server/test/diagnostics/init.lua
+++ b/server/test/diagnostics/init.lua
@@ -150,3 +150,9 @@ function mt:m()
end
end
]]
+
+TEST [[
+local function f(<!self!>)
+end
+f()
+]]