-
Notifications
You must be signed in to change notification settings - Fork 828
Open
Labels
Area-LangService-APIBugImpact-Medium(Internal MS Team use only) Describes an issue with moderate impact on existing code.(Internal MS Team use only) Describes an issue with moderate impact on existing code.
Milestone
Description
I've encountered this issue in the type of return parameter of ~&
in prim-types.fs in FSharp.Core project by getting property mfv.ReturnParameter.Type.TypeDefinition.IsByRef
.
The mfv
symbol was taken from GetAllUsesOfAllSymbolsInFile
and I think the underlying issue may be in FSharpSymbol.Create
, which I'm going to look into.
https://github.com/Microsoft/visualfsharp/blob/83208f8cb02e8d6d56757e45cd73545524180644/src/fsharp/FSharp.Core/prim-types.fs#L540-L543
Metadata
Metadata
Assignees
Labels
Area-LangService-APIBugImpact-Medium(Internal MS Team use only) Describes an issue with moderate impact on existing code.(Internal MS Team use only) Describes an issue with moderate impact on existing code.
Type
Projects
Status
In Progress