db09e8b156
Skip fsharp construct with `unknown` source
5 lines
124 B
FSharp
5 lines
124 B
FSharp
namespace coverlet.tests.projectsample.fsharp
|
|
|
|
module TestModule =
|
|
type Type1 = Option1 | Option2 of {| x: string |}
|