X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/6dddbd72414061cde9dd8ee72eac373b7fcf8b54..7f7673d941a947a8d392c8c0866d3d588affc174:/tests/data/decorators.py?ds=inline

diff --git a/tests/data/decorators.py b/tests/data/decorators.py
index acfad51..a0f38ca 100644
--- a/tests/data/decorators.py
+++ b/tests/data/decorators.py
@@ -13,6 +13,12 @@ def f():
 
 ##
 
+@decorator()
+def f():
+    ...
+
+##
+
 @decorator(arg)
 def f():
     ...