Files
David Müller db09e8b156 Skip fsharp construct with unknown source (#1165)
Skip fsharp construct with `unknown` source
2021-05-29 09:20:53 +02:00

5 lines
124 B
FSharp

namespace coverlet.tests.projectsample.fsharp
module TestModule =
type Type1 = Option1 | Option2 of {| x: string |}