8000 Parsing issue: TypeArgument `...` is added into whitespace. · Issue #3273 · openrewrite/rewrite · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Parsing issue: TypeArgument ... is added into whitespace. #3273
Open
@traceyyoshima

Description

@traceyyoshima

org.openrewrite.java.tree.MethodDeclarationTest

    @Test
    void typeArguments() {
        rewriteRun(
          java(
            """
              class Test {
                  public <P, R> R foo(P p, String s, String... args) {
                      return null;
                  }
              }
              """
          )
        );
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0