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 fd7ccd3 commit 4cbfb39Copy full SHA for 4cbfb39
tests/FSharp.Compiler.ComponentTests/FSharpChecker/SymbolUse.fs
@@ -68,7 +68,7 @@ val f: x: 'a -> TFirstV_1<'a>
68
Assert.True(symbolUse.IsPrivateToFile))
69
}
70
71
- [<Fact>]
+ // [<Fact>] This is a bug - https://github.com/dotnet/fsharp/issues/14419
72
let ``Private function, with signature file`` () =
73
SyntheticProject.Create(
74
{ sourceFile "First" [] with ExtraSource = "let private f3 x = x + 1" }
0 commit comments