diff options
Diffstat (limited to 'test/diagnostics/common.lua')
-rw-r--r-- | test/diagnostics/common.lua | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/diagnostics/common.lua b/test/diagnostics/common.lua index e6bc86ef..1f8a782d 100644 --- a/test/diagnostics/common.lua +++ b/test/diagnostics/common.lua @@ -1695,3 +1695,11 @@ local t local n = t:upper() ]] + +TEST [[ +local t = {} + +function t:init() end + +<!t.init()!> +]] |