8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
[...] in function calls should match any and all generic function instantiations.
[...]
@@ @@ -foo[...](42) +bar[...](42)
Should match:
foo(42) foo[int](42) foo[MyInt](42)