Tests.Tests.TestArgumentShouldntConflictWithGatherElsewhere C# (CSharp) Method

TestArgumentShouldntConflictWithGatherElsewhere() private method

private TestArgumentShouldntConflictWithGatherElsewhere ( ) : void
return void
        public void TestArgumentShouldntConflictWithGatherElsewhere()
        {
            // Testing that there are no errors only
            CompileStringWithoutRuntime(@"
== knot ==
- (x) -> DONE

== function f(x) ==
Nothing
");
        }
Tests