mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 12:50:09 -04:00
test: fix assertion
This commit is contained in:
parent
66f16f70e0
commit
80751de8c1
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
def func() -> None: ...
|
||||
|
||||
_ = func()
|
||||
# ^^^^ @function.method.call
|
||||
# ^^^^ @function.call
|
||||
|
||||
class Foo:
|
||||
def method(self) -> None: ...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue