Stephen Mallette created TINKERPOP-3131: -------------------------------------------
Summary: Relax types on arguments to inject() Key: TINKERPOP-3131 URL: https://issues.apache.org/jira/browse/TINKERPOP-3131 Project: TinkerPop Issue Type: Improvement Components: dotnet, process Affects Versions: 3.7.3 Reporter: Stephen Mallette {{g.inject("x").mergeV().inject(0)}} is valid but will not compile for Java/C#/Go? because it's defined like: {code} public GraphTraversal<S, E> inject(E... injections) {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)