X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/2f3fa1f6d0cbc2a3f31c7440c422da173b068e7b:/tests/data/stub.pyi..dc71922c768e543c9c3bbb1db5ea6d7fa801a814:/.vim/bundle/black/tests/data/static/gitweb.js diff --git a/tests/data/stub.pyi b/tests/data/stub.pyi deleted file mode 100644 index 94ba852..0000000 --- a/tests/data/stub.pyi +++ /dev/null @@ -1,35 +0,0 @@ -X: int - -def f(): ... - -class C: - ... - -class B: - ... - -class A: - def f(self) -> int: - ... - - def g(self) -> str: ... - -def g(): - ... - -def h(): ... - -# output -X: int - -def f(): ... - -class C: ... -class B: ... - -class A: - def f(self) -> int: ... - def g(self) -> str: ... - -def g(): ... -def h(): ...