top of page
  • calcomarsaja

P3Dv4Flight1UltimateTrafficLivev11CODEX Caissha







 . . Comments // Copyright (c) Microsoft Corporation. All Rights Reserved. See License.txt in the project root for license information. namespace Microsoft.FSharp.Compiler.UnitTests open System open System.Threading open NUnit.Framework [] type ErrorParsing = [] member __.``F# Error Parsing Code for Use in a Compiler''() = let c = CompileCompilerTest() Assert.Fail "should have failed to compile this code" type CompileCatchError = member __.``Handling compilation errors''() = let s = ""; c.CompileAndPrint (String.Concat s "Error") type CompileDefineError = Assert.Fail ("should have failed to compile this code") type CompileInvalidReferenceException = type CompileErrorFromLines = let lines =


Related links:

1 view0 comments

Recent Posts

See All
bottom of page