X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/f71db23824a25300618dd0625085ade8d2b3a7a8..9d9f96a7b4a10c3b4967852f83ec5efa9c237e98:/tests/data/stub.pyi?ds=sidebyside 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: ...