test: add failing test cases

This commit is contained in:
disrupted 2025-03-11 19:41:58 +01:00
parent cf0eabc16c
commit 9df0fb1787
No known key found for this signature in database

View file

@ -0,0 +1,10 @@
def func() -> None: ...
_ = func()
# ^^^^ @function.method.call
class Foo:
def method(self) -> None: ...
Foo().method()
# ^^^^^^ @function.method.call