AjTalk.Tests.Compiler.SimpleCompilerTests.CompileBlockWithDot C# (CSharp) Метод

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

private CompileBlockWithDot ( ) : void
Результат void
        public void CompileBlockWithDot()
        {
            Block block = this.compiler.CompileBlock("[. 1. 2]");
            Assert.IsNotNull(block);
        }
SimpleCompilerTests