X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/f71db23824a25300618dd0625085ade8d2b3a7a8..c64fb8cbb121f33f3897b403adffef0ed4314fdc:/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: ...