test: expand test

This commit is contained in:
disrupted 2025-03-11 19:57:53 +01:00
parent c5c708dae1
commit 22db95993a
No known key found for this signature in database

View file

@ -3,6 +3,9 @@ def func() -> None: ...
_ = func()
# ^^^^ @function.call
"{}".format(1)
# ^^^^^^ @function.call
class Foo:
def method(self) -> None: ...