X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/6fdbdb4ee301d8f9466da4da8364ac05611a1b19..24c708eb374a856372284fb1a4f021fec292f713:/tests/data/comments.py?ds=sidebyside

diff --git a/tests/data/comments.py b/tests/data/comments.py
index a20e653..c34daaf 100644
--- a/tests/data/comments.py
+++ b/tests/data/comments.py
@@ -22,6 +22,11 @@ except ImportError:
 
 
 # Some comment before a function.
+y = 1
+(
+    # some strings
+    y  # type: ignore
+)
 
 
 def function(default=None):