Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite05e808

Browse files
committed
Add test
1 parent69df3a7 commite05e808

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

‎tests/FSharp.Compiler.ComponentTests/FSharp.Compiler.ComponentTests.fsproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@
233233
<CompileInclude="OCamlCompat\OCamlCompat.fs" />
234234
<CompileInclude="Miscellaneous\ListLiterals.fs" />
235235
<CompileInclude="Miscellaneous\SemanticClassificationKeyBuilder.fs" />
236+
<CompileInclude="Miscellaneous\FindUnsolvedTests.fs" />
236237
<CompileInclude="Miscellaneous\XmlDoc.fs" />
237238
<CompileInclude="Miscellaneous\FsharpSuiteMigrated.fs" />
238239
<CompileInclude="Miscellaneous\MigratedCoreTests.fs" />
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
// Copyright (c) Microsoft Corporation. All Rights Reserved. See License.txt in the project root for license information.
2+
3+
moduleFSharp.Compiler.ComponentTests.Miscellaneous.FindUnsolvedTests
4+
5+
openXunit
6+
openFSharp.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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp