Github user spmallette commented on a diff in the pull request:
https://github.com/apache/tinkerpop/pull/823#discussion_r176566595
--- Diff:
gremlin-dotnet/test/Gremlin.Net.IntegrationTest/Gherkin/ScenarioData.cs ---
@@ -30,6 +30,7 @@
using Gremlin.Net.Process.Remote;
using Gremlin.Net.Process.Traversal;
using Gremlin.Net.Structure;
+using static Gremlin.Net.Process.Traversal.__;
--- End diff --
i saw that, but didn't kill it b/c it was Florian's changes. i guess i
should have questioned it. i will try to remove that change locally and see
what happens.
---