Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Intrinsic type extension member signatures are erased #413

Closed
auduchinok opened this issue Feb 7, 2019 · 1 comment · Fixed by #622
Closed

Intrinsic type extension member signatures are erased #413

auduchinok opened this issue Feb 7, 2019 · 1 comment · Fixed by #622

Comments

@auduchinok
Copy link
Contributor

Consider signature file:

namespace ExtensionParts

type T =
    new: unit -> T

type T with
    member Foo: int
 

It's being formatted to the following with extension member signature being erased:

namespace ExtensionParts

type T =
    new : unit -> T

type T

Format config:
screenshot 2019-02-07 at 17 42 07

Parsing options:
screenshot 2019-02-07 at 17 42 45

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants