The following module value gets compiled to a method due to its generic type: ```fsharp let l = [] ``` The compiled member is missing the expected `[CompilationMapping(SourceConstructFlags.Value)]` attribute: ```csharp public static FSharpList<a> l<a>() => FSharpList<a>.get_Empty(); ```
The following module value gets compiled to a method due to its generic type:
The compiled member is missing the expected
[CompilationMapping(SourceConstructFlags.Value)]attribute: