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

Private keyword lost in getter #87

Closed
1 of 2 tasks
nojaf opened this issue Jun 14, 2023 · 1 comment · Fixed by #91
Closed
1 of 2 tasks

Private keyword lost in getter #87

nojaf opened this issue Jun 14, 2023 · 1 comment · Fixed by #91

Comments

@nojaf
Copy link
Owner

nojaf commented Jun 14, 2023

Issue created from telplin-online

Implementation

module Telplin

type X() =
    member private this.Y with get() = "meh"

Signature

module Telplin

type X =
    new: unit -> X
    member Y: string with get

Problem description

private is missing from the signature.

Extra information

  • The proposed signature has problems.
  • I or my company would be willing to help fix this.
@nojaf
Copy link
Owner Author

nojaf commented Jun 14, 2023

Also questionable if it should be excluded by default.

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.

1 participant