mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
(Broken test fixed) Updated static-namespace-functins.cpp to use function.call
This commit is contained in:
parent
8665a99a0f
commit
64f3f7415d
1 changed files with 3 additions and 3 deletions
|
|
@ -3,10 +3,10 @@
|
|||
int main()
|
||||
{
|
||||
B::foo();
|
||||
// ^ @function
|
||||
// ^ @function.call
|
||||
Foo::A::foo();
|
||||
// ^ @function
|
||||
// ^ @function.call
|
||||
Foo::a::A::foo();
|
||||
// ^ @function
|
||||
// ^ @function.call
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue