ijklam
ijklam
Error when using `[]` with caller information attributes in delegate definitions. ```fsharp > type A = delegate of [] a: string -> unit;; type A = delegate of [] a:...
## Description Implements fsharp/fslang-suggestions#96 RFC fsharp/fslang-design#810 This PR only implements open in expressions. Open in type is not implemented. ## Checklist - [x] Test cases added - [x] Release notes...
Click “Files changed” → “⋯” → “View file” for the rendered RFC.
**I propose we** allow apply values to parameter or property when calling method with the following syntax: ```fsharp let a = ObjectConstructor( .Parameter = xxx, .Property = xxx) // add...