X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/f71db23824a25300618dd0625085ade8d2b3a7a8..de6f4b1f6bd3211e80bc5a5f1f88e6ef69a550aa:/tests/data/stub.pyi diff --git a/tests/data/stub.pyi b/tests/data/stub.pyi index 986cc84e..94ba852e 100644 --- a/tests/data/stub.pyi +++ b/tests/data/stub.pyi @@ -1,3 +1,7 @@ +X: int + +def f(): ... + class C: ... @@ -16,6 +20,10 @@ def g(): def h(): ... # output +X: int + +def f(): ... + class C: ... class B: ...