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 7cf1831 commit 96d40aeCopy full SHA for 96d40ae
tests/service/ProjectAnalysisTests.fs
@@ -4770,9 +4770,7 @@ type A<'XX, 'YY>() =
4770
[<Test>]
4771
let ``Test project38 abstract slot information`` () =
4772
let printAbstractSignature (s: FSharpAbstractSignature) =
4773
- let printType (t: FSharpType) =
4774
- hash t |> ignore // smoke test to check hash code doesn't loop
4775
- (string t).[5 ..]
+ let printType (t: FSharpType) = (string t).[5 ..]
4776
let args =
4777
(s.AbstractArguments |> Seq.concat |> Seq.map (fun a ->
4778
(match a.Name with Some n -> n + ":" | _ -> "") + printType a.Type) |> String.concat " * ")
0 commit comments