File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
tests/FSharp.Compiler.ComponentTests Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 233233 <Compile Include =" OCamlCompat\OCamlCompat.fs" />
234234 <Compile Include =" Miscellaneous\ListLiterals.fs" />
235235 <Compile Include =" Miscellaneous\SemanticClassificationKeyBuilder.fs" />
236+ <Compile Include =" Miscellaneous\FindUnsolvedTests.fs" />
236237 <Compile Include =" Miscellaneous\XmlDoc.fs" />
237238 <Compile Include =" Miscellaneous\FsharpSuiteMigrated.fs" />
238239 <Compile Include =" Miscellaneous\MigratedCoreTests.fs" />
Original file line number Diff line number Diff line change 1+ // Copyright (c) Microsoft Corporation. All Rights Reserved. See License.txt in the project root for license information.
2+
3+ module FSharp.Compiler.ComponentTests.Miscellaneous.FindUnsolvedTests
4+
5+ open Xunit
6+ open FSharp.Test .Compiler
7+
8+ [<Fact>]
9+ let ``fallbackRange being set in FindUnsolved`` () =
10+ FSharp
11+ """ let f<'b> () : 'b = (let a = failwith "" in unbox a)"""
12+ |> typecheckResults
13+ |> ignore
You can’t perform that action at this time.
0 commit comments