We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b32f49 commit fe5043aCopy full SHA for fe5043a
tests/FSharp.Compiler.ComponentTests/FSharpChecker/SymbolUse.fs
@@ -68,6 +68,7 @@ val f: x: 'a -> TFirstV_1<'a>
68
Assert.True(symbolUse.IsPrivateToFile))
69
}
70
71
+ // [<Fact>] This is a bug - https://github.com/dotnet/fsharp/issues/14419
72
[<Fact>]
73
let ``Private function, with signature file`` () =
74
SyntheticProject.Create(
0 commit comments