diff options
Diffstat (limited to 'test/crossfile/definition.lua')
-rw-r--r-- | test/crossfile/definition.lua | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/test/crossfile/definition.lua b/test/crossfile/definition.lua index 308c754f..6fb17082 100644 --- a/test/crossfile/definition.lua +++ b/test/crossfile/definition.lua @@ -829,3 +829,23 @@ print(t.x.<?a?>) ]] } } + +--TEST { +-- { +-- path = 'a.lua', +-- content = [[ +-----@type Class +--local m +--m.<!xx!> = 1 +-- ]] +-- }, +-- { +-- path = 'b.lua', +-- content = [[ +-----@class Class +--local m +-- +--print(m.<?xx?>) +-- ]] +-- } +--} |