mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-22 13:20: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()
|
_ = func()
|
||||||
# ^^^^ @function.call
|
# ^^^^ @function.call
|
||||||
|
|
||||||
|
"{}".format(1)
|
||||||
|
# ^^^^^^ @function.call
|
||||||
|
|
||||||
class Foo:
|
class Foo:
|
||||||
def method(self) -> None: ...
|
def method(self) -> None: ...
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue