8000 Elision: Support "[...]" in function calls · Issue #61 · uber-go/gopatch · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Elision: Support "[...]" in function calls #61
Open
@abhinav

Description

@abhinav

[...] 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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0