X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/f71db23824a25300618dd0625085ade8d2b3a7a8..de806405d2934b629d67e2a6317ad7e826765a20:/tests/data/stub.pyi diff --git a/tests/data/stub.pyi b/tests/data/stub.pyi index 986cc84..94ba852 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: ...