Tests.Tests.TestArgumentShouldntConflictWithGatherElsewhere C# (CSharp) Метод

TestArgumentShouldntConflictWithGatherElsewhere() приватный Метод

private TestArgumentShouldntConflictWithGatherElsewhere ( ) : void
Результат void
        public void TestArgumentShouldntConflictWithGatherElsewhere()
        {
            // Testing that there are no errors only
            CompileStringWithoutRuntime(@"
== knot ==
- (x) -> DONE

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