From 9bcc9d55cd511c8e27930e6b1629a4b63bfa79c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Wed, 7 Dec 2022 20:18:13 +0800 Subject: cleanup --- test/crossfile/references.lua | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'test/crossfile') diff --git a/test/crossfile/references.lua b/test/crossfile/references.lua index 0b7beb82..7376ccd8 100644 --- a/test/crossfile/references.lua +++ b/test/crossfile/references.lua @@ -373,3 +373,18 @@ TEST { ]] }, } + +TEST { + { + path = 'a.lua', + content = [[ + ---@alias <~XX~> number + ]] + }, + { + path = 'b.lua', + content = [[ + ---@type + ]] + } +} -- cgit v1.2.3