mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 12:50:09 -04:00
test: expand test
This commit is contained in:
parent
c5c708dae1
commit
22db95993a
1 changed files with 3 additions and 0 deletions
|
|
@ -3,6 +3,9 @@ def func() -> None: ...
|
|||
_ = func()
|
||||
# ^^^^ @function.call
|
||||
|
||||
"{}".format(1)
|
||||
# ^^^^^^ @function.call
|
||||
|
||||
class Foo:
|
||||
def method(self) -> None: ...
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue